From c0ddad4ea247b80dac222b64e7af795ca68ef4d1 Mon Sep 17 00:00:00 2001 From: Christoph Kaser Date: Mon, 2 Jan 2023 15:25:58 +0100 Subject: [PATCH] Update manifest.json adds strict_max_version because that is required by addons.thunderbird.net --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4a28902..b8bc26d 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,8 @@ "applications": { "gecko": { "id": "filter_button@iconparc.de", - "strict_min_version": "78.0" + "strict_min_version": "102.0", + "strict_max_version": "109.0" } }, "background": {