From cc3f970aef85e91693bf9026c7bdb4e44be6c0d4 Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Mon, 12 Aug 2019 18:40:16 +0100 Subject: [PATCH] Internationalization --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 5360b2e2..215ea951 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,9 @@ { - "name": "SponsorBlock for YouTube - Skip Sponsorships", - "short_name": "SponsorBlock", + "name": "__MSG_fullName__", + "short_name": "__MSG_Name__", "version": "1.0.31", - "description": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.", + "default_locale": "en", + "description": "__MSG_Description__", "content_scripts": [ { "matches": [ @@ -10,7 +11,6 @@ ], "all_frames": true, "js": [ - "LANG.js", "config.js", "utils.js", "content.js",