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",
"matches": [
"http://*/*",
"https://*/*",
"file://*/*"
"http://docs.google.com/*",
"https://docs.google.com/*"
],
"match_about_blank": true,
"all_frames": true,

View File

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