From f73abdbabc5271a021b09a5555dcec16635ab831 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 21 Jun 2020 12:55:10 -0400 Subject: [PATCH] Fixed wrong string removed --- manifest/manifest.json | 6 +++--- 1 file 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": [{