update script type to module
This commit is contained in:
parent
2a628be3e0
commit
b6f2abccc2
1 changed files with 5 additions and 1 deletions
|
@ -11,10 +11,14 @@
|
||||||
"default_popup": "gui/popup.htm"
|
"default_popup": "gui/popup.htm"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"background": {
|
||||||
|
"service_worker": "scripts/ShopAI.js",
|
||||||
|
"type": "module"
|
||||||
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["http://*/*", "https://*/*"],
|
"matches": ["http://*/*", "https://*/*"],
|
||||||
"js": ["scripts/shopAI.js"]
|
"js": ["scripts/watchman.js"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue