From e292c83d36fbac0fd8b5a63e1b6f93f5368da6db Mon Sep 17 00:00:00 2001 From: lmm214 Date: Sun, 21 Jul 2024 22:36:36 +0800 Subject: [PATCH] "default_locale": "en", --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index be77e73..b6d3895 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "__MSG_extName__", - "default_locale": "zh_CN", + "default_locale": "en", "version": "2024.07.21", "action": { "default_popup": "popup.html",