make all scripts accessible
But it's clearly temporary
This commit is contained in:
parent
b2ea655fd3
commit
ccac75e750
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue