From ce5e6ccdb8cad6da354bf39d1324f963e14e1755 Mon Sep 17 00:00:00 2001 From: Alexander Shutau Date: Thu, 23 Sep 2021 21:01:26 +0300 Subject: [PATCH] Firefox validation fix: 4.9.37.1 --- src/manifest-firefox.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index a08b60171586..3153812ae1f6 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -16,5 +16,6 @@ "theme", "" ], - "optional_permissions": null + "version": "4.9.37.1", + "optional_permissions": [] }