Skip to content

Commit

Permalink
fix: extension permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldszar committed Jul 2, 2024
1 parent 540bf66 commit b2cdfd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion overrides/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"version": "0.0.0",
"permissions": ["alarms", "cookies", "notifications", "storage"],
"permissions": ["alarms", "cookies", "storage"],
"host_permissions": ["*://*.twitch.tv/*"],
"icons": {
"48": "icon-purple-48.png",
Expand Down
2 changes: 1 addition & 1 deletion overrides/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"version": "0.0.0",
"permissions": ["alarms", "cookies", "notifications", "storage"],
"permissions": ["alarms", "cookies", "storage"],
"host_permissions": ["*://*.twitch.tv/*"],
"icons": {
"48": "icon-purple-48.png",
Expand Down

0 comments on commit b2cdfd2

Please sign in to comment.