From 5e04d1bd192bc1f362a9b144036bd2cae0e1523c Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 21 Aug 2022 21:51:49 -0400 Subject: [PATCH] *Add strict_min_version to manifest.json --- assets/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/manifest.json b/assets/manifest.json index 129f5b0..117d8cf 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -30,7 +30,8 @@ "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "browser_specific_settings": { "gecko": { - "id": "contact@lumeweb.com" + "id": "contact@lumeweb.com", + "strict_min_version": "91.1.0" } } }