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:
parent
76835ebcac
commit
be4537ef44
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user