From 511d8a098e4db8d7e973f02e750e0fff37e4699d Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 1 Sep 2017 17:34:33 -0400 Subject: [PATCH] fix #2945 --- 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 772e430c3..8e4100e62 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -2,7 +2,7 @@ "applications":{ "gecko":{ "id":"uBlock0@raymondhill.net", - "strict_min_version":"54.0" + "strict_min_version":"52.0" } }, "author":"All uBlock Origin contributors",