From 9ebf11f2495f05f744539037e3ebffa9d2c21e8a Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:48:30 -0400 Subject: [PATCH] Update manifest.json Removed unnecessary permissions --- platform/firefox/manifest.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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"],