Skip to content

Commit

Permalink
Update to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
besuper committed Jan 19, 2023
1 parent 4a33184 commit d5d8de8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions firefox-manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": {
Expand Down
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -20,7 +20,6 @@
"service_worker": "src/background.js"
},
"host_permissions": [
"https://raw.githubusercontent.com/*",
"https://www.twitch.tv/*",
"https://static.twitchcdn.net/assets/*"
],
Expand Down

0 comments on commit d5d8de8

Please sign in to comment.