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:
Diffstat (limited to 'Extensions/combined/manifest-firefox.json')
-rw-r--r--Extensions/combined/manifest-firefox.json15
1 files changed, 7 insertions, 8 deletions
diff --git a/Extensions/combined/manifest-firefox.json b/Extensions/combined/manifest-firefox.json
index f304c6a..4f7ba04 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.0",
+ "version": "3.0.0.3",
"manifest_version": 2,
"background": {
"scripts": ["ryd.background.js"]
@@ -28,13 +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"
}
+ }
}