From d5d8de88bfdf3c10c3adce532690f63a9c98e3e1 Mon Sep 17 00:00:00 2001 From: besuper <16976439+besuper@users.noreply.github.com> Date: Fri, 20 Jan 2023 00:17:44 +0100 Subject: [PATCH] Update to 0.6.3 --- firefox-manifest.json | 5 ++--- manifest.json | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) 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/*" ],