remove default popup
This commit is contained in:
parent
466d267897
commit
89848bad7a
1 changed files with 1 additions and 5 deletions
|
@ -6,10 +6,6 @@
|
|||
|
||||
"permissions": ["tabs", "storage", "unlimitedStorage", "contextMenus"],
|
||||
|
||||
"action": {
|
||||
"default_popup": "pages/popup.htm"
|
||||
},
|
||||
|
||||
"background": {
|
||||
"service_worker": "scripts/background/shopAI.js", "type": "module"
|
||||
},
|
||||
|
@ -23,7 +19,7 @@
|
|||
"web_accessible_resources": [
|
||||
{
|
||||
"matches": ["http://*/*", "https://*/*"],
|
||||
"resources": ["media/config.symbols.json", "scripts/*.js", "scripts/external/*.js", "scripts/mapping/*.js", "scripts/utils/*.js", "config/*.json"]
|
||||
"resources": ["media/config.symbols.json", "scripts/*.js", "scripts/external/*.js", "scripts/mapping/*.js", "scripts/utils/*.js", "scripts/AI/*.js", "config/*.json"]
|
||||
}
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue