From 9cafe20733f70a5a324c475dc2f3cd4956cde68f Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Wed, 15 Apr 2020 23:18:02 +0200 Subject: [PATCH] Limit version to TB71 --- webext/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webext/manifest.json b/webext/manifest.json index 4d14880..e57aca8 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -9,7 +9,8 @@ "applications": { "gecko": { "id": "systray-x@Ximi1970", - "strict_min_version": "68.0" + "strict_min_version": "68.0", + "strict_max_version": "71.*" } },