From 4bdd3fb364cb2a9a95b87a6035a8caf1fe4e7e10 Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 23 Apr 2026 10:47:29 +0800 Subject: [PATCH] Bump extension manifest versions to 2026.04.24 Update version strings in extension manifests to reflect the new release date. chrome/manifest.json and edge/manifest.json: 2026.04.23 -> 2026.04.24; firefox/manifest.json: 2026.4.23 -> 2026.4.24. No other functional changes. --- chrome/manifest.json | 2 +- edge/manifest.json | 2 +- firefox/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index dd01993..0e901ed 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_extName__", "default_locale": "en", - "version": "2026.04.23", + "version": "2026.04.24", "action": { "default_popup": "popup.html", "default_icon": "assets/logo_24x24.png", diff --git a/edge/manifest.json b/edge/manifest.json index dd01993..0e901ed 100644 --- a/edge/manifest.json +++ b/edge/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_extName__", "default_locale": "en", - "version": "2026.04.23", + "version": "2026.04.24", "action": { "default_popup": "popup.html", "default_icon": "assets/logo_24x24.png", diff --git a/firefox/manifest.json b/firefox/manifest.json index 0391c67..a020bd0 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "en", - "version": "2026.4.23", + "version": "2026.4.24", "browser_action": { "default_popup": "popup.html", "default_icon": "assets/logo_24x24.png",