diff --git a/firefox-manifest.json b/firefox-manifest.json index 8d7f227..eeffe21 100644 --- a/firefox-manifest.json +++ b/firefox-manifest.json @@ -1,6 +1,6 @@ { "name": "TwitchNoSub", - "version": "0.6.2", + "version": "0.6.3", "description": "Show sub only VOD on Twitch", "manifest_version": 2, "icons": { @@ -22,8 +22,7 @@ "webRequest", "webRequestBlocking", "https://*.twitch.tv/*", - "https://static.twitchcdn.net/assets/*", - "https://raw.githubusercontent.com/*" + "https://static.twitchcdn.net/assets/*" ], "browser_specific_settings": { "gecko": { diff --git a/manifest.json b/manifest.json index eb680d6..1870b4c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "TwitchNoSub", - "version": "0.6.2", + "version": "0.6.3", "description": "Show sub only VOD on Twitch", "manifest_version": 3, "icons": { @@ -20,7 +20,6 @@ "service_worker": "src/background.js" }, "host_permissions": [ - "https://raw.githubusercontent.com/*", "https://www.twitch.tv/*", "https://static.twitchcdn.net/assets/*" ],