From 71fd4427cc86818e3f9fcfc9b1e2d5da5a4c3547 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 5 Oct 2017 12:15:03 -0400 Subject: [PATCH] set webext min version of to FF56 --- platform/webext/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index 7b0efa4..ad02944 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -2,7 +2,7 @@ "applications": { "gecko": { "id": "uMatrix@raymondhill.net", - "strict_min_version": "53.0a1" + "strict_min_version": "56.*" } }, "author": "Raymond Hill",