From 89848bad7a3b4c283ee0dfa8c6fb7a93608994d7 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 28 Apr 2024 16:54:13 +0800 Subject: [PATCH] remove default popup --- manifest.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 700a728..d67fe03 100644 --- a/manifest.json +++ b/manifest.json @@ -6,10 +6,6 @@ "permissions": ["tabs", "storage", "unlimitedStorage", "contextMenus"], - "action": { - "default_popup": "pages/popup.htm" - }, - "background": { "service_worker": "scripts/background/shopAI.js", "type": "module" }, @@ -23,7 +19,7 @@ "web_accessible_resources": [ { "matches": ["http://*/*", "https://*/*"], - "resources": ["media/config.symbols.json", "scripts/*.js", "scripts/external/*.js", "scripts/mapping/*.js", "scripts/utils/*.js", "config/*.json"] + "resources": ["media/config.symbols.json", "scripts/*.js", "scripts/external/*.js", "scripts/mapping/*.js", "scripts/utils/*.js", "scripts/AI/*.js", "config/*.json"] } ],