Compare commits
1 commit
developmen
...
developmen
Author | SHA1 | Date | |
---|---|---|---|
|
80c9749844 |
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
"permissions": ["tabs", "storage", "unlimitedStorage"],
|
"permissions": ["tabs", "storage", "unlimitedStorage"],
|
||||||
|
|
||||||
"background": {
|
"background": {
|
||||||
"service_worker": "scripts/background/shopAI.js", "type": "module"
|
"scripts": ["scripts/background/shopAI.js"]
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"default_popup": "pages/popup.htm"
|
"default_popup": "pages/popup.htm"
|
||||||
|
@ -30,7 +30,9 @@
|
||||||
"512": "media/icons/logo_tiny.png"
|
"512": "media/icons/logo_tiny.png"
|
||||||
},
|
},
|
||||||
|
|
||||||
"options_page": "pages/settings.htm",
|
"options_ui": {
|
||||||
|
"page": "pages/settings.htm"
|
||||||
|
},
|
||||||
|
|
||||||
"default_locale": "en"
|
"default_locale": "en"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue