Skip to content

Commit

Permalink
👌 IMPROVE: Remove unnecesary permission
Browse files Browse the repository at this point in the history
  • Loading branch information
lndgalante committed Nov 26, 2020
1 parent 5e81f8a commit 78b4ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"background": {
"scripts": ["src/background.js"]
},
"permissions": ["activeTab", "storage"]
"permissions": ["storage"]
}

0 comments on commit 78b4ad7

Please sign in to comment.