From ba57c070f955505a5f8e6614e494297da642d346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E9=9C=96=E9=93=83?= Date: Fri, 22 May 2026 23:22:28 +0800 Subject: [PATCH] refactor: replace __MSG_ placeholders with static strings for extension name and description --- wxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxt.config.ts b/wxt.config.ts index 83e61e9..6b9c65f 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -52,8 +52,8 @@ function manualChunksForHtmlOnly(): Plugin { export default defineConfig({ modules: ['@wxt-dev/module-react'], manifest: { - name: '__MSG_extName__', - description: '__MSG_extDescription__', + name: 'Testing Tool', + description: 'A tool for testing web applications.', version_name: undefined, permissions: [ 'storage',