From 99a2018e97038533fc8e2445e51593dd735f378b Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sat, 18 Jul 2020 14:02:52 +0200 Subject: [PATCH] Allow TB79 --- webext/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webext/manifest.json b/webext/manifest.json index 9d50aff..fe3840b 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": "78.*" + "strict_max_version": "79.*" } },