From 627c8790b3b2dc58fcb61c4725833262ebe98d4d Mon Sep 17 00:00:00 2001 From: Arkadiusz Wieczorek Date: Sat, 29 Jan 2022 17:23:56 +0100 Subject: [PATCH] The "proxy" permission requires "strict_min_version" to be set to "91.1.0" or above --- manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1dd4bac..acda1d0 100644 --- a/manifest.json +++ b/manifest.json @@ -41,9 +41,11 @@ "cookies", "privacy" ], + "browser_specific_settings": { "gecko": { - "id": "rentgen@internet-czas-dzialac.pl" + "id": "rentgen@internet-czas-dzialac.pl", + "strict_min_version": "91.1.0" } } }