Skip to content

Commit

Permalink
fix: remove unused Firefox extension permissions (#1003)
Browse files Browse the repository at this point in the history
Closes #997.
  • Loading branch information
emccorson committed Aug 19, 2024
1 parent 47d61db commit 28c60f3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps/extension/src/manifest/v2/_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@
"scripts": ["background.namada.js"],
"persistent": true
},
"permissions": [
"storage",
"notifications",
"identity",
"*://github.com/*",
"*://objects.githubusercontent.com/*"
],
"permissions": ["storage"],
"content_scripts": [
{
"matches": ["<all_urls>"],
Expand Down

0 comments on commit 28c60f3

Please sign in to comment.