From f2f49bdc8d1bdd3869d6cc7f377f9850f4460c52 Mon Sep 17 00:00:00 2001 From: ZipFile Date: Sat, 31 Aug 2024 19:01:05 +0300 Subject: [PATCH] Fix FF min version --- src/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 167f81e..5cfd24d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Upload to Danbooru", "description": "Add a page action and a context menu option (for images) to upload to Danbooru.", - "version": "3.4.0", + "version": "3.4.1", "icons": { "16": "icons/icon16.png", "32": "icons/icon32.png", @@ -180,7 +180,7 @@ "browser_specific_settings": { "gecko": { "id": "upload-to-danbooru@zipfiled.info", - "strict_min_version": "106.0" + "strict_min_version": "112.0" } } }