Skip to content

Commit 04224d7

Browse files
author
sheepzh
committed
Fix i18n of chrome
1 parent 4fe0276 commit 04224d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/manifest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import packageInfo from "./package"
1616
import { OPTION_ROUTE } from "./app/router/constants"
1717
const { version, author, homepage } = packageInfo
1818
const _default: chrome.runtime.ManifestV2 = {
19-
name: '__MSG_app_marketName__',
20-
description: "__MSG_app_description__",
19+
name: '__MSG_meta_marketName__',
20+
description: "__MSG_meta_description__",
2121
version,
2222
author,
2323
default_locale: 'en',

0 commit comments

Comments
 (0)