From 1850150e8279af42ab2a70e77c180197f526c8ed Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Sun, 27 Mar 2022 19:54:43 -0400 Subject: [PATCH] increased minimium firefox version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0f346da..2d4233c 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,7 @@ "browser_specific_settings": { "gecko": { "id": "tensor@arrayinamatrix.xyz", - "strict_min_version": "48.0" + "strict_min_version": "52.0" } },