Skip to content

Commit

Permalink
Remove unnecessary permission ("tabs")
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed May 10, 2023
1 parent f2560f8 commit 4e9bd51
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
@@ -1,11 +1,10 @@
{
"manifest_version": 3,
"name": "Zoom Toggler",
"version": "0.0.4",
"version": "0.0.5",
"description": "Quickly toggle browser page zoom between two levels",
"permissions": [
"storage",
"tabs"
"storage"
],
"options_page": "options.html",
"background": {
Expand Down

0 comments on commit 4e9bd51

Please sign in to comment.