From ee4a4de793a19ab3b0b73cfc6940a2d1eada48cb Mon Sep 17 00:00:00 2001 From: Marvin Alexander Krebber Date: Fri, 15 Sep 2023 11:31:12 +0200 Subject: [PATCH] added justwatch permission --- chrome/manifest.json | 2 +- firefox/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index e31ef643..c4a3711d 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -29,7 +29,7 @@ "js": ["skipper.js"] } ], - "permissions": ["storage"], + "permissions": ["storage", "*://apis.justwatch.com/*"], "action": { "default_icon": { "16": "icons/NetflixAmazon Auto-Skip--16.png", diff --git a/firefox/manifest.json b/firefox/manifest.json index 19910322..681e7374 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -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__",