We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe0276 commit 04224d7Copy full SHA for 04224d7
src/manifest.ts
@@ -16,8 +16,8 @@ import packageInfo from "./package"
16
import { OPTION_ROUTE } from "./app/router/constants"
17
const { version, author, homepage } = packageInfo
18
const _default: chrome.runtime.ManifestV2 = {
19
- name: '__MSG_app_marketName__',
20
- description: "__MSG_app_description__",
+ name: '__MSG_meta_marketName__',
+ description: "__MSG_meta_description__",
21
version,
22
author,
23
default_locale: 'en',
0 commit comments