From 179ca644fb465d4a284fc40d78859f4109101d13 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Thu, 2 May 2024 11:57:18 +0800 Subject: [PATCH] reinserted popup window --- manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9cd12f5..af65460 100644 --- a/manifest.json +++ b/manifest.json @@ -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://*/*"],