diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index c623bc8..154871f 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -14,11 +14,7 @@ }, "permissions": [ "activeTab", - "", - "webRequest", - "webRequestBlocking", - "storage", - "notifications" + "" ], "background": { "scripts": ["js/background.js"],