From 9527c4ebc094a8c25f877773a10f12b1190ccac1 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:29:47 -0400 Subject: [PATCH] Update manifest.json Removed unnecessary permissions --- platform/chromium/manifest.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index c0f3992..0f001e4 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -14,10 +14,6 @@ }, "permissions": [ "activeTab", - "storage", - "alarms", - "declarativeNetRequest", - "notifications", "declarativeContent" ], "background": {