remove default popup

This commit is contained in:
buzz-lightsnack-2007 2024-04-28 16:54:13 +08:00
parent 466d267897
commit 89848bad7a

View file

@ -6,10 +6,6 @@
"permissions": ["tabs", "storage", "unlimitedStorage", "contextMenus"], "permissions": ["tabs", "storage", "unlimitedStorage", "contextMenus"],
"action": {
"default_popup": "pages/popup.htm"
},
"background": { "background": {
"service_worker": "scripts/background/shopAI.js", "type": "module" "service_worker": "scripts/background/shopAI.js", "type": "module"
}, },
@ -23,7 +19,7 @@
"web_accessible_resources": [ "web_accessible_resources": [
{ {
"matches": ["http://*/*", "https://*/*"], "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"]
} }
], ],