diff options
author | Ajay Ramachandran <[email protected]> | 2020-06-21 12:55:10 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-06-21 12:55:10 -0400 |
commit | f73abdbabc5271a021b09a5555dcec16635ab831 (patch) | |
tree | ae3a0028bc1959dead20bbd7f1ba287dc1fedf6c /manifest/manifest.json | |
parent | 759dba9cd34f26b6b0db419375a4a50fbab62f5c (diff) | |
download | SponsorBlock-f73abdbabc5271a021b09a5555dcec16635ab831.tar.gz SponsorBlock-f73abdbabc5271a021b09a5555dcec16635ab831.zip |
Fixed wrong string removed
Diffstat (limited to 'manifest/manifest.json')
-rw-r--r-- | manifest/manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index 0f1bc409..300639cb 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { - "name": "SponsorBlock", - "short_name": "__MSG_Name__", - "version": "2.0.2", + "name": "__MSG_fullName__", + "short_name": "SponsorBlock", + "version": "2.0.2.1", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ |