Skip to content

Commit

Permalink
Remove tabs permission
Browse files Browse the repository at this point in the history
  • Loading branch information
karandeepb committed May 27, 2020
1 parent b3bafce commit 47eeef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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":
{
Expand Down

0 comments on commit 47eeef2

Please sign in to comment.