Skip to content

Commit

Permalink
fix: Removed unused permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Til0r committed Apr 3, 2024
1 parent 85d39e0 commit d3bbfcc
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 @@ -6,8 +6,7 @@
"permissions": [
"activeTab",
"tabs",
"storage",
"nativeMessaging"
"storage"
],
"action": {
"default_popup": "popup.html"
Expand All @@ -33,4 +32,4 @@
]
}
]
}
}

0 comments on commit d3bbfcc

Please sign in to comment.