From f58a45388aeb65fe45af77cda94c36c471f08d25 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sun, 3 Oct 2021 17:23:51 +0200 Subject: [PATCH] Remove obsolete permission --- webext/manifest.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/webext/manifest.json b/webext/manifest.json index 19e566b..d23df92 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -20,12 +20,7 @@ "default_locale": "en_US", - "permissions": [ - "accountsRead", - "storage", - "nativeMessaging", - "tabs" - ], + "permissions": ["accountsRead", "storage", "nativeMessaging"], "background": { "page": "background.html"