reinserted popup window

This commit is contained in:
buzz-lightsnack-2007 2024-05-02 11:57:18 +08:00
parent 1e55c10a45
commit 179ca644fb

View file

@ -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://*/*"],