fix: popup.js action->cmd; add disable_dialogs.js with toast; update manifest
This commit is contained in:
@@ -17,6 +17,13 @@
|
||||
"service_worker": "background.js"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"js": ["disable_dialogs.js"],
|
||||
"run_at": "document_start",
|
||||
"all_frames": true,
|
||||
"world": "MAIN"
|
||||
},
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"js": ["config.js", "content.js"],
|
||||
|
||||
Reference in New Issue
Block a user