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