From 7bcb72a0ec73a874310fd014ec40818fc9e625bd Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 26 Feb 2017 12:25:20 -0800 Subject: [PATCH] add min version for firefox --- ext/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/manifest.json b/ext/manifest.json index 222465ae..2d820c7d 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -44,7 +44,8 @@ ], "applications": { "gecko": { - "id": "alex@foosoft.net" + "id": "alex@foosoft.net", + "strict_min_version": "51.0" } } }