make all scripts accessible

But it's clearly temporary
This commit is contained in:
buzzcode2007 2024-03-23 17:14:46 +08:00
parent b2ea655fd3
commit ccac75e750

View file

@ -12,7 +12,7 @@
}, },
"background": { "background": {
"service_worker": "scripts/shopAI.js" "service_worker": "scripts/shopAI.js", "type": "module"
}, },
"content_scripts": [ "content_scripts": [
@ -24,7 +24,7 @@
"web_accessible_resources": [ "web_accessible_resources": [
{ {
"matches": ["http://*/*", "https://*/*"], "matches": ["http://*/*", "https://*/*"],
"resources": ["scripts/secretariat.js", "scripts/reader.js", "gui/scripts/read.JS", "gui/scripts/alerts.js"] "resources": ["scripts/*.js", "gui/scripts/*.js", "config/*.json"]
} }
], ],