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
This commit is contained in:
toasted-nutbread 2021-09-26 18:23:57 -04:00 committed by GitHub
parent c364714c81
commit 247c929bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -67,9 +67,8 @@
{ {
"run_at": "document_start", "run_at": "document_start",
"matches": [ "matches": [
"http://*/*", "http://docs.google.com/*",
"https://*/*", "https://docs.google.com/*"
"file://*/*"
], ],
"match_about_blank": true, "match_about_blank": true,
"all_frames": true, "all_frames": true,

View File

@ -66,9 +66,8 @@
{ {
"run_at": "document_start", "run_at": "document_start",
"matches": [ "matches": [
"http://*/*", "http://docs.google.com/*",
"https://*/*", "https://docs.google.com/*"
"file://*/*"
], ],
"match_about_blank": true, "match_about_blank": true,
"all_frames": true, "all_frames": true,