From be4537ef4468e0731b3a349573f1ace13df7da11 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 14 Sep 2022 09:32:59 -0400 Subject: [PATCH] Use translated strings in manifest --- platform/mv3/extension/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/mv3/extension/manifest.json b/platform/mv3/extension/manifest.json index e9fe94d28..136fd7687 100644 --- a/platform/mv3/extension/manifest.json +++ b/platform/mv3/extension/manifest.json @@ -17,7 +17,7 @@ ] }, "default_locale": "en", - "description": "uBO Minus is permission-less experimental MV3-based network request blocker", + "description": "__MSG_extShortDesc__", "icons": { "16": "img/icon_16.png", "32": "img/icon_32.png", @@ -26,7 +26,7 @@ }, "manifest_version": 3, "minimum_chrome_version": "101.0", - "name": "uBlock Origin Lite", + "name": "__MSG_extName__", "options_page": "dashboard.html", "permissions": [ "activeTab",