Skip to content

Commit

Permalink
do not need activeTab permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Jan 10, 2024
1 parent 38c8701 commit 9b6a225
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"matches": ["https://static.crunchyroll.com/vilos-v2/web/vilos/player.html*"]
}
],
"permissions": ["storage", "activeTab"],
"permissions": ["storage"],
"action": {
"default_icon": {
"16": "icons/NetflixAmazon Auto-Skip--16.png",
Expand Down
Binary file not shown.
1 change: 0 additions & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"storage",
"webRequest",
"webRequestBlocking",
"activeTab",
"*://*.disneyplus.com/*",
"*://*.primevideo.com/*",
"*://*.amazon.com/*",
Expand Down
Binary file not shown.

0 comments on commit 9b6a225

Please sign in to comment.