diff options
author | Ajay Ramachandran <[email protected]> | 2020-06-21 12:55:27 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-21 12:55:27 -0400 |
commit | c857308038c370cf85a8677e21649039a06562c7 (patch) | |
tree | b63d742543524e989571b97d76d1a6f5bba964aa | |
parent | 43184e466fb5576f8da435ad5e5693d36ca8dc9f (diff) | |
parent | f73abdbabc5271a021b09a5555dcec16635ab831 (diff) | |
download | SponsorBlock-2.0.2.1.tar.gz SponsorBlock-2.0.2.1.zip |
Merge pull request #387 from ajayyy/react2.0.2.1
Fixed wrong string removed
-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": [{ |