chore: update config
This commit is contained in:
parent
4d70d67c41
commit
4f9e73899a
2 changed files with 4 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/molvqingtai/WebChat/issues"
|
||||
},
|
||||
"homepage": "https://github.com/molvqingtai/WebChat#readme",
|
||||
"homepage": "https://github.com/molvqingtai/WebChat",
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^3.9.0",
|
||||
"@lottiefiles/dotlottie-react": "^0.9.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import path from 'node:path'
|
||||
import { defineConfig } from 'wxt'
|
||||
import react from '@vitejs/plugin-react'
|
||||
import { name } from './package.json'
|
||||
import { name, displayName, homepage } from './package.json'
|
||||
import svgr from 'vite-plugin-svgr'
|
||||
|
||||
export default defineConfig({
|
||||
|
@ -13,6 +13,8 @@ export default defineConfig({
|
|||
},
|
||||
manifest: {
|
||||
permissions: ['storage'],
|
||||
name: displayName,
|
||||
homepage_url: homepage,
|
||||
icons: {
|
||||
'16': 'logo.png',
|
||||
'32': 'logo.png',
|
||||
|
|
Loading…
Reference in a new issue