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, 8 insertions, 7 deletions
diff --git a/Extensions/combined/manifest-firefox.json b/Extensions/combined/manifest-firefox.json
index 82fd897..f304c6a 100644
--- a/Extensions/combined/manifest-firefox.json
+++ b/Extensions/combined/manifest-firefox.json
@@ -29,11 +29,12 @@
"js": ["ryd.content-script.js"]
}
]
- // ,
- // "browser_specific_settings": {
- // "gecko": {
- // "id": "addon@example.com",
- // "strict_min_version": "42.0"
- // }
- // }
+ // uncomment this section for local storage to work in firefox locally
+ ,
+ "browser_specific_settings": {
+ "gecko": {
+ "id": "addon@example.com",
+ "strict_min_version": "42.0"
+ }
+ }
}