mirror of
https://github.com/lumehq/lume.git
synced 2025-03-17 13:22:05 +01:00
22 lines
387 B
JSON
22 lines
387 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Lume",
|
|
"label": "main",
|
|
"titleBarStyle": "Overlay",
|
|
"width": 900,
|
|
"height": 700,
|
|
"minWidth": 480,
|
|
"minHeight": 700,
|
|
"hiddenTitle": true,
|
|
"transparent": true,
|
|
"windowEffects": {
|
|
"effects": ["underWindowBackground"]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|