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"