From 1a780c6f53d84d7598df11e140b49f4604bd08e8 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 15 Jun 2021 11:23:56 +0200 Subject: [PATCH] remove min version from manifest --- manifest.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 41ad7a1..7448734 100644 --- a/manifest.json +++ b/manifest.json @@ -29,12 +29,5 @@ "browser_action": { "default_icon": "icons/map.png", "default_title": "To GPX" - }, - - - "browser_specific_settings": { - "gecko": { - "strict_min_version": "57.0a1" - } - } + } }