From f1350a40ee2aa24dd08f92389fef518379663ce6 Mon Sep 17 00:00:00 2001 From: gamebeaker Date: Sun, 24 Nov 2024 19:43:49 +0100 Subject: [PATCH] increase min browser version URL.canParse() --- plugin/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/manifest.json b/plugin/manifest.json index a2fe53c4..6531cd3c 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -28,8 +28,8 @@ "browser_specific_settings": { "gecko": { "id": "WebToEpub@Baka-tsuki.org", - "strict_min_version": "109.0" + "strict_min_version": "115.0" } }, - "minimum_chrome_version": "119" + "minimum_chrome_version": "120" }