diff options
author | Ajay Ramachandran <[email protected]> | 2021-06-24 13:21:31 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-24 13:21:31 -0400 |
commit | c3b82e7aa7917cc3ab183cdd22b0ddf0792fccf5 (patch) | |
tree | 6b2653c6d12680da096358d3308139bc640c433b /manifest | |
parent | ef435daf6dc3b7a0f6531b31686eeae1e5ba56c2 (diff) | |
parent | e54ad07901b9017e771a35a40e236a726f9d6a07 (diff) | |
download | SponsorBlock-c3b82e7aa7917cc3ab183cdd22b0ddf0792fccf5.tar.gz SponsorBlock-c3b82e7aa7917cc3ab183cdd22b0ddf0792fccf5.zip |
Merge branch 'master' into unlisted-hotfix
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest/manifest.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index 11b561be..7b920dd3 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "SponsorBlock", - "version": "2.1.0.3", + "version": "2.1.1", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ @@ -68,7 +68,9 @@ "32": "icons/IconSponsorBlocker32px.png", "64": "icons/LogoSponsorBlocker64px.png", "128": "icons/LogoSponsorBlocker128px.png", - "256": "icons/LogoSponsorBlocker256px.png" + "256": "icons/LogoSponsorBlocker256px.png", + "512": "icons/LogoSponsorBlocker512px.png", + "1024": "icons/LogoSponsorBlocker1024px.png" }, "options_ui": { "page": "options/options.html", |