Skip to content

Commit

Permalink
added justwatch permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Sep 15, 2023
1 parent 3c48f65 commit ee4a4de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"js": ["skipper.js"]
}
],
"permissions": ["storage"],
"permissions": ["storage", "*://apis.justwatch.com/*"],
"action": {
"default_icon": {
"16": "icons/NetflixAmazon Auto-Skip--16.png",
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"js": ["skipper.js"]
}
],
"permissions": ["storage"],
"permissions": ["storage", "*://apis.justwatch.com/*"],
"browser_action": {
"default_icon": "icons/NetflixAmazon Auto-Skip.svg",
"default_title": "__MSG_extensionName__",
Expand Down

0 comments on commit ee4a4de

Please sign in to comment.