From d10f6e024dd23590ba948dfa6b3850abb6317663 Mon Sep 17 00:00:00 2001 From: "tg(x)" <*@tg-x.net> Date: Thu, 6 Oct 2016 14:32:01 +0200 Subject: firefox build: min_version, xpi --- manifest.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'manifest.json') 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" + } } -- cgit v1.2.3