From 05b55cd4e48fa0f4cb2babb68366788527852473 Mon Sep 17 00:00:00 2001 From: Kevin Payravi Date: Wed, 14 Feb 2024 02:48:04 -0600 Subject: [PATCH] Fix Firefox manifest strict_min_version format --- manifest-firefox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-firefox.json b/manifest-firefox.json index b589fd7..765e509 100644 --- a/manifest-firefox.json +++ b/manifest-firefox.json @@ -320,7 +320,7 @@ "applications": { "gecko": { "id": "{cb31ec5d-c49a-4e5a-b240-16c767444f62}", - "strict_min_version": "113" + "strict_min_version": "113.0" } }, "manifest_version": 2