From 148ef4317b562a74f3daf266b835a7ac6207467e Mon Sep 17 00:00:00 2001 From: AXeL-dev Date: Thu, 25 Jul 2024 05:16:56 +0100 Subject: [PATCH] chore: increase the strict min version on firefox --- public/manifest.firefox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.firefox.json b/public/manifest.firefox.json index 2745297..e91f2d6 100644 --- a/public/manifest.firefox.json +++ b/public/manifest.firefox.json @@ -4,7 +4,7 @@ "browser_specific_settings": { "gecko": { "id": "{5f884915-160e-4276-a216-770a753a3abe}", - "strict_min_version": "52.0" + "strict_min_version": "58.0" } },