From 27bb44189fecef6fe56a21c3b274216cd9e43177 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 19 Jun 2020 18:49:49 -0400 Subject: [PATCH 1/3] Remove name from localisation --- manifest/manifest.json | 2 +- public/_locales/en/messages.json | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/manifest/manifest.json b/manifest/manifest.json index 3033948e..e97934e6 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,5 +1,5 @@ { - "name": "__MSG_fullName__", + "name": "SponsorBlock", "short_name": "__MSG_Name__", "version": "2.0.1", "default_locale": "en", diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 43999660..a1beb859 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -1,8 +1,4 @@ { - "Name": { - "message": "SponsorBlock", - "description": "Name of the extension." - }, "fullName": { "message": "SponsorBlock for YouTube - Skip Sponsorships", "description": "Name of the extension." From 7cac2c40456fa4809f38222e098fc4ac4567c3eb Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 19 Jun 2020 18:53:24 -0400 Subject: [PATCH 2/3] Fix help page not hiding options title bar --- public/options/options.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/options/options.html b/public/options/options.html index 67384842..51001ee6 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -12,13 +12,13 @@ -
+
SponsorBlock
-

__MSG_createdBy__ Ajay Ramachandran

+

__MSG_createdBy__ Ajay Ramachandran

__MSG_Options__

From 759dba9cd34f26b6b0db419375a4a50fbab62f5c Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 19 Jun 2020 18:53:39 -0400 Subject: [PATCH 3/3] Increased version number --- manifest/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/manifest.json b/manifest/manifest.json index e97934e6..0f1bc409 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "SponsorBlock", "short_name": "__MSG_Name__", - "version": "2.0.1", + "version": "2.0.2", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{