From e6dfb5041ec1f8de748ce55d1805e35266b2a2f4 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 21 Jun 2020 15:53:26 -0400 Subject: [PATCH] Another hotfix for name string issue --- manifest/manifest.json | 4 ++-- public/popup.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest/manifest.json b/manifest/manifest.json index 300639cb..08e507fb 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "SponsorBlock", - "version": "2.0.2.1", + "version": "2.0.2.2", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ @@ -50,7 +50,7 @@ "*://*/*" ], "browser_action": { - "default_title": "__MSG_Name__", + "default_title": "SponsorBlock", "default_popup": "popup.html" }, "background": { diff --git a/public/popup.html b/public/popup.html index bede3db5..7f8f481b 100644 --- a/public/popup.html +++ b/public/popup.html @@ -10,7 +10,7 @@

- __MSG_Name__ + SponsorBlock