summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-10-06 14:32:01 +0200
committertg(x) <*@tg-x.net>2016-10-06 14:32:01 +0200
commitd10f6e024dd23590ba948dfa6b3850abb6317663 (patch)
tree44130e59c303cdb648a75c97e1e29811af1a4cd8 /manifest.json
parent7851816f14d5f58e78369bfc8c984a1101e92bc5 (diff)
downloadwallet-core-d10f6e024dd23590ba948dfa6b3850abb6317663.tar.gz
wallet-core-d10f6e024dd23590ba948dfa6b3850abb6317663.tar.bz2
wallet-core-d10f6e024dd23590ba948dfa6b3850abb6317663.zip
firefox build: min_version, xpi
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json
index fea858369..4df0a7fba 100644
--- a/manifest.json
+++ b/manifest.json
@@ -5,9 +5,12 @@
"version": "0.6.14",
"version_name": "0.0.1-pre8",
+ "minimum_chrome_version": "49",
+
"applications": {
"gecko": {
- "id": "devs@taler.net"
+ "id": "devs@taler.net",
+ "strict_min_version": "50.*"
}
},
@@ -45,7 +48,5 @@
"background": {
"page": "background/background.html"
- },
-
- "minimum_chrome_version": "49"
+ }
}