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"]}] }