From f0d8f4a7c6a57ef2421deef0cf5c3a4e8f14fd68 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Thu, 23 Oct 2025 19:53:24 +0200 Subject: [PATCH] Remove wildcard --- 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" } },