From b4c8af4e6d20a994147384e79e08f3f9e449f15d Mon Sep 17 00:00:00 2001 From: RostiMelk Date: Tue, 26 May 2020 21:45:15 +0200 Subject: [PATCH] Removed unnecessary permission; tabs --- src/manifest.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index e270b63..cc8f9d8 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ACF Tools", - "version": "3.0.1", + "version": "3.0.2", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { @@ -11,8 +11,7 @@ }, "permissions": [ "activeTab", - "storage", - "tabs" + "storage" ], "browser_action": { "default_popup": "static/popup.html",