From 47eeef2ddf16c3682c4d39d6025516e0b8f72024 Mon Sep 17 00:00:00 2001 From: karandeepb Date: Tue, 26 May 2020 18:14:49 -0700 Subject: [PATCH] Remove tabs permission --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 2d70330..fb2eb2e 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "short_name" : "Pocket Batch", "description": "Add multiple links to Pocket at once through the selected text or by pasting links into the extension.", "version": "3.0", - "permissions": [ "activeTab", "tabs", "*://getpocket.com/*"], + "permissions": [ "activeTab", "*://getpocket.com/*"], "author" : "Karandeep Singh Bhatia(karan173)", "browser_action": {