From 81bb69359ae38720fc4e898a85de51633f9122c1 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Mon, 20 Apr 2020 10:45:49 +0200 Subject: [PATCH] Update allowed versions --- webext/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webext/manifest.json b/webext/manifest.json index e57aca8..6885be5 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -10,7 +10,7 @@ "gecko": { "id": "systray-x@Ximi1970", "strict_min_version": "68.0", - "strict_max_version": "71.*" + "strict_max_version": "76.*" } },