Skip to content

Commit

Permalink
Removed unnecessary permissions. Fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMatase committed Dec 2, 2024
1 parent 0796088 commit d5ca0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"128": "images/icon-128.png"
},
"permissions": [
"storage", "webNavigation", "scripting"
"storage"
],
"host_permissions": [
"https://github.com/*/pull/*"
Expand Down

0 comments on commit d5ca0a0

Please sign in to comment.