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({
|
export default defineConfig({
|
||||||
modules: ['@wxt-dev/module-react'],
|
modules: ['@wxt-dev/module-react'],
|
||||||
manifest: {
|
manifest: {
|
||||||
name: '__MSG_extName__',
|
name: 'Testing Tool',
|
||||||
description: '__MSG_extDescription__',
|
description: 'A tool for testing web applications.',
|
||||||
version_name: undefined,
|
version_name: undefined,
|
||||||
permissions: [
|
permissions: [
|
||||||
'storage',
|
'storage',
|
||||||
|
|||||||
Reference in New Issue
Block a user