aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
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"
+ }
}