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:
parent
c364714c81
commit
247c929bba
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user