re-add background script
This commit is contained in:
parent
0b04f82ece
commit
51db6c086a
1 changed files with 9 additions and 5 deletions
|
@ -3,14 +3,18 @@
|
||||||
"name": "__MSG_manifest_name__",
|
"name": "__MSG_manifest_name__",
|
||||||
"description": "__MSG_manifest_description__",
|
"description": "__MSG_manifest_description__",
|
||||||
"version": "0",
|
"version": "0",
|
||||||
|
|
||||||
"permissions": [ "tabs", "activeTab", "storage", "unlimitedStorage"],
|
"permissions": [ "tabs", "activeTab", "storage", "unlimitedStorage"],
|
||||||
|
|
||||||
"action": {
|
"action": {
|
||||||
"default_icon": "gui/icons/logo_no_tiny.png",
|
"default_icon": "gui/icons/logo_no_tiny.png",
|
||||||
"default_popup": "gui/popup.htm"
|
"default_popup": "gui/popup.htm"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"background": {
|
||||||
|
"service_worker": "scripts/shopAI.js"
|
||||||
|
},
|
||||||
|
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["http://*/*", "https://*/*"],
|
"matches": ["http://*/*", "https://*/*"],
|
||||||
|
@ -23,13 +27,13 @@
|
||||||
"resources": ["scripts/secretariat.js", "scripts/reader.js", "gui/scripts/read.JS", "gui/scripts/alerts.js"]
|
"resources": ["scripts/secretariat.js", "scripts/reader.js", "gui/scripts/read.JS", "gui/scripts/alerts.js"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"icons": {
|
"icons": {
|
||||||
"1024": "gui/icons/logo.png",
|
"1024": "gui/icons/logo.png",
|
||||||
"512": "gui/icons/logo_tiny.png"
|
"512": "gui/icons/logo_tiny.png"
|
||||||
},
|
},
|
||||||
|
|
||||||
"options_page": "gui/popup.htm",
|
"options_page": "gui/popup.htm",
|
||||||
|
|
||||||
"default_locale": "en"
|
"default_locale": "en"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue