From f911c5fc5c560fd5b4cfb2e87c0c845a4959b4ea Mon Sep 17 00:00:00 2001 From: arjad Date: Thu, 22 May 2025 00:45:28 +0500 Subject: [PATCH] removed tab permission --- dist/manifest.json | 3 +-- public/manifest.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dist/manifest.json b/dist/manifest.json index 3390cc6a..42cd7017 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -6,8 +6,7 @@ "permissions": [ "storage", "notifications", - "alarms", - "tabs" + "alarms" ], "action": { "default_popup": "popup.html" diff --git a/public/manifest.json b/public/manifest.json index 3390cc6a..42cd7017 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -6,8 +6,7 @@ "permissions": [ "storage", "notifications", - "alarms", - "tabs" + "alarms" ], "action": { "default_popup": "popup.html"