From 25fbd486bfa00ef87ecc3e1cd99c3681e275124b Mon Sep 17 00:00:00 2001 From: jonny Date: Sat, 11 Apr 2026 10:44:40 +0800 Subject: [PATCH] Bump extension version to 2026.04.11 Update manifest.json version from "2026.03.25" to "2026.04.11" to reflect the new release. No other changes to manifest fields or supported version range. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d8f3ec0..832d6d0 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_extName__", "default_locale": "en", - "version": "2026.03.25", + "version": "2026.04.11", "version_name": "Supports 0.15.0 - 0.26.x", "action": { "default_popup": "popup.html",