Skip to content

Commit

Permalink
Removed storage permission
Browse files Browse the repository at this point in the history
- Removed storage permission due to it not being used (chrome store violation)
  • Loading branch information
da-stoi committed Dec 5, 2023
1 parent ffa7b75 commit ec560b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"author": "Daniel Stoiber",
"version": "1.6",
"manifest_version": 3,
"permissions": [
"storage"
],
"permissions": [],
"content_scripts": [
{
"matches": [
Expand Down

0 comments on commit ec560b9

Please sign in to comment.