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:
authorAnarios <selivano.d@gmail.com>2022-08-05 22:24:05 +0300
committerAnarios <selivano.d@gmail.com>2022-08-05 22:24:05 +0300
commit63673f308910d52e470884e318cc6931c773c315 (patch)
treef141bd9b576a60867413e6242c0861c8a87e91c0 /Extensions
parent4e0f633a1478191cb9e7fcce085ff7ffda19405e (diff)
Prettier reformat
Diffstat (limited to 'Extensions')
-rw-r--r--Extensions/combined/manifest-chrome.json4
-rw-r--r--Extensions/combined/manifest-firefox.json16
2 files changed, 10 insertions, 10 deletions
diff --git a/Extensions/combined/manifest-chrome.json b/Extensions/combined/manifest-chrome.json
index da2e082..95fe7e9 100644
--- a/Extensions/combined/manifest-chrome.json
+++ b/Extensions/combined/manifest-chrome.json
@@ -1,8 +1,8 @@
{
- "name": "__MSG_extensionNameBeta__",
+ "name": "__MSG_extensionName__",
"description": "__MSG_extensionDesc__",
"default_locale": "en",
- "version": "3.0.0.2",
+ "version": "3.0.0.4",
"manifest_version": 3,
"background": {
"service_worker": "ryd.background.js"
diff --git a/Extensions/combined/manifest-firefox.json b/Extensions/combined/manifest-firefox.json
index 4f7ba04..04f5162 100644
--- a/Extensions/combined/manifest-firefox.json
+++ b/Extensions/combined/manifest-firefox.json
@@ -2,7 +2,7 @@
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDesc__",
"default_locale": "en",
- "version": "3.0.0.3",
+ "version": "3.0.0.4",
"manifest_version": 2,
"background": {
"scripts": ["ryd.background.js"]
@@ -28,12 +28,12 @@
"css": ["content-style.css"],
"js": ["ryd.content-script.js"]
}
- ],
+ ]
// uncomment this section for local storage to work in firefox locally
- "browser_specific_settings": {
- "gecko": {
- "id": "addon@example.com",
- "strict_min_version": "42.0"
- }
- }
+// "browser_specific_settings": {
+// "gecko": {
+// "id": "addon@example.com",
+// "strict_min_version": "42.0"
+// }
+// }
}