From 247c929bbab6ee51521e4bb1d089ae0a43daca73 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 26 Sep 2021 18:23:57 -0400 Subject: Update document-start.js to only run for docs.google.com (#1964) * Update document-start.js to only run for docs.google.com * Update manifest --- dev/data/manifest-variants.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dev/data/manifest-variants.json') diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 3e3abace..f604d64b 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -67,9 +67,8 @@ { "run_at": "document_start", "matches": [ - "http://*/*", - "https://*/*", - "file://*/*" + "http://docs.google.com/*", + "https://docs.google.com/*" ], "match_about_blank": true, "all_frames": true, -- cgit v1.2.3