From 07f43acf2e4004b11ea66d91fc4cfa3faad1a70d Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Sun, 25 Jun 2017 13:36:39 -0700 Subject: [PATCH] exclude new meet.google.com I wish we could speed up real-time.. alas, perhaps as part of HTML6. --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index e0a8994..5042dea 100755 --- a/manifest.json +++ b/manifest.json @@ -26,6 +26,7 @@ "exclude_matches": [ "https://plus.google.com/hangouts/*", "https://hangouts.google.com/hangouts/*", + "https://meet.google.com/*", "https://teamtreehouse.com/*", "http://www.hitbox.tv/*" ],