From 27bb44189fecef6fe56a21c3b274216cd9e43177 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 19 Jun 2020 18:49:49 -0400 Subject: [PATCH] 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."