21 lines
366 B
JSON
Vendored
21 lines
366 B
JSON
Vendored
{
|
|
"productName": "Weread",
|
|
"identifier": "com.tencent.Weread",
|
|
"version": "1.0.0",
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"trayIcon": {
|
|
"iconPath": "png/weread_512.png",
|
|
"iconAsTemplate": false,
|
|
"id": "pake-tray"
|
|
},
|
|
"security": {
|
|
"headers": {},
|
|
"csp": null
|
|
}
|
|
},
|
|
"build": {
|
|
"frontendDist": "../dist"
|
|
}
|
|
}
|