reinserted popup window
This commit is contained in:
parent
1e55c10a45
commit
179ca644fb
1 changed files with 4 additions and 2 deletions
|
@ -4,12 +4,14 @@
|
|||
"description": "__MSG_extension_description__",
|
||||
"version": "0",
|
||||
|
||||
"permissions": ["tabs", "storage", "unlimitedStorage", "contextMenus"],
|
||||
"permissions": ["tabs", "storage", "unlimitedStorage"],
|
||||
|
||||
"background": {
|
||||
"service_worker": "scripts/background/shopAI.js", "type": "module"
|
||||
},
|
||||
"action": {},
|
||||
"action": {
|
||||
"default_popup": "pages/popup.htm"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["http://*/*", "https://*/*"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue