Skip to content

Commit

Permalink
fix: remove unnecessary permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Kameoka committed Dec 28, 2022
1 parent 5d9a001 commit 399cd0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
},

"permissions": [
"tabs",
"activeTab",
"scripting",
"sessions",
"<all_urls>"
"sessions"
],

"browser_action": {
Expand Down

0 comments on commit 399cd0d

Please sign in to comment.