From a3acc547fb9c3e286eb17f8912d216338e8384f6 Mon Sep 17 00:00:00 2001 From: Hyko Date: Wed, 16 Sep 2026 14:37:24 -0400 Subject: [PATCH] fix(thunderbird): update max gecko version --- thunderbird/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunderbird/manifest.json b/thunderbird/manifest.json index de204fb..5cddb32 100644 --- a/thunderbird/manifest.json +++ b/thunderbird/manifest.json @@ -9,7 +9,7 @@ "gecko": { "id": "octo-theme@hyko", "strict_min_version": "128.0", - "strict_max_version": "160.*" + "strict_max_version": "158.*" } },