From ac49bb4660bef0a3c4b272621fdc82f484b32461 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Wed, 29 Oct 2025 21:18:11 +0100 Subject: [PATCH] Remove wildcard max version --- webext/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webext/manifest.json b/webext/manifest.json index dadf57d..2742d88 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -10,7 +10,7 @@ "gecko": { "id": "systray-x@Ximi1970", "strict_min_version": "91.0", - "strict_max_version": "998.*" + "strict_max_version": "998.0" } },