diff --git a/manifest.json b/manifest.json index a5fc171..df166c2 100755 --- a/manifest.json +++ b/manifest.json @@ -23,11 +23,8 @@ "default_popup": "src/browser_action/browser_action.html" }, "permissions": [ - "storage", "clipboardWrite", - "contextMenus", - "https://*/*", - "http://*/*" + "contextMenus" ], "content_scripts": [ {