refactor: replace __MSG_ placeholders with static strings for extension name and description
This commit is contained in:
+2
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user