Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Dilland Mireles Cisneros <fernandodilland@gmail.com>2022-02-18 23:50:03 +0300
committerFernando Dilland Mireles Cisneros <fernandodilland@gmail.com>2022-02-18 23:50:03 +0300
commitacf35604ccff0fd34b0b9876a51a56aa5f856654 (patch)
treeb247b6a95c8fec3e2b0804bd565216befd7f3f50 /Extensions/combined/manifest-chrome.json
parent9a5dd9307d52beb997384bc5db4f1d02f97a762f (diff)
Update manifest-chrome.json
The manifest is set to translate and default to the English language
Diffstat (limited to 'Extensions/combined/manifest-chrome.json')
-rw-r--r--Extensions/combined/manifest-chrome.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/Extensions/combined/manifest-chrome.json b/Extensions/combined/manifest-chrome.json
index e0a0785..867e688 100644
--- a/Extensions/combined/manifest-chrome.json
+++ b/Extensions/combined/manifest-chrome.json
@@ -1,7 +1,8 @@
{
- "name": "Return YouTube Dislike",
- "description": "Returns ability to see dislikes",
- "version": "2.1.0.3",
+ "name": "__MSG_extensionName__",
+ "description": "__MSG_extensionDesc__",
+ "default_locale": "en",
+ "version": "2.1.0.4",
"manifest_version": 3,
"background": {
"service_worker": "ryd.background.js"