From e813389f3c031bf23a65ba614cc99bead43c6970 Mon Sep 17 00:00:00 2001 From: harveyshao Date: Sat, 7 May 2022 16:15:50 +0800 Subject: [PATCH] fix some --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d2438695..d308448f 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,7 @@ "name": "volcanos", "version": "0.0.1", "background": {"page": "/publish/chrome/chrome.html"}, "browser_action": {"default_popup": "/publish/chrome/popup.html"}, - "css": ["/publish/chrome/contexts.css"], "js": ["/page/can.js", "/publish/chrome/contexts.js"]}], "content_scripts": [{"matches": [""], "permissions": [ "tabs", "history", "cookies", "bookmarks", "contextMenus", "notifications", "http://localhost:9020/*" - ] + ], "css": ["/publish/chrome/contexts.css"], "js": ["/page/can.js", "/publish/chrome/contexts.js"]}] }