1
0
mirror of https://github.com/thebaer/MMRA synced 2024-11-13 10:11:01 +00:00

Add applications key to manifest

Fixes potential issues with storage.sync when add-on is loaded
temporarily in Firefox. (#4)
This commit is contained in:
Matt Baer 2017-09-13 23:10:48 -04:00
parent 0ce4067f36
commit 1c6456b66f

View File

@ -5,6 +5,12 @@
"description": "Neutralizes annoying parts of the Medium reading experience so it's more enjoyable to read things.", "description": "Neutralizes annoying parts of the Medium reading experience so it's more enjoyable to read things.",
"version": "1.2", "version": "1.2",
"applications": {
"gecko": {
"id": "mmra@matt.baer.works",
"strict_min_version": "42.0"
}
},
"options_ui": { "options_ui": {
"page": "options.html", "page": "options.html",
"chrome_style": true "chrome_style": true