mirror of
https://github.com/lumehq/lume.git
synced 2025-04-11 13:30:04 +02:00
30 lines
629 B
JSON
30 lines
629 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
|
"app": {
|
|
"trayIcon": {
|
|
"id": "main",
|
|
"iconPath": "./icons/tray.png",
|
|
"iconAsTemplate": true,
|
|
"menuOnLeftClick": false
|
|
},
|
|
"windows": [
|
|
{
|
|
"title": "Lume",
|
|
"label": "main",
|
|
"titleBarStyle": "Overlay",
|
|
"width": 1045,
|
|
"height": 800,
|
|
"minWidth": 480,
|
|
"minHeight": 760,
|
|
"hiddenTitle": true,
|
|
"windowEffects": {
|
|
"state": "followsWindowActiveState",
|
|
"effects": [
|
|
"underWindowBackground"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|