1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-20 01:12:38 +01:00

Use translated strings in manifest

This commit is contained in:
Raymond Hill 2022-09-14 09:32:59 -04:00
parent 76835ebcac
commit be4537ef44
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -17,7 +17,7 @@
] ]
}, },
"default_locale": "en", "default_locale": "en",
"description": "uBO Minus is permission-less experimental MV3-based network request blocker", "description": "__MSG_extShortDesc__",
"icons": { "icons": {
"16": "img/icon_16.png", "16": "img/icon_16.png",
"32": "img/icon_32.png", "32": "img/icon_32.png",
@ -26,7 +26,7 @@
}, },
"manifest_version": 3, "manifest_version": 3,
"minimum_chrome_version": "101.0", "minimum_chrome_version": "101.0",
"name": "uBlock Origin Lite", "name": "__MSG_extName__",
"options_page": "dashboard.html", "options_page": "dashboard.html",
"permissions": [ "permissions": [
"activeTab", "activeTab",