refactor: replace __MSG_ placeholders with static strings for extension name and description

This commit is contained in:
雨霖铃
2026-05-22 23:22:28 +08:00
parent 34030e5f6a
commit ba57c070f9
+2 -2
View File
@@ -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',