From 19f59df22d743f69490700fd242921cda00a7eb7 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 8 Aug 2021 10:47:04 -0400 Subject: [PATCH] Increase minimum version to Firefox 60.0 JavaScript modules becames officially available in Firefox 60.0, which was published more than 3 years ago. --- platform/firefox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 41c488c84..621663fc7 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -15,7 +15,7 @@ "browser_specific_settings": { "gecko": { "id": "uBlock0@raymondhill.net", - "strict_min_version": "57.0" + "strict_min_version": "60.0" } }, "commands": {