mirror of
https://github.com/lumehq/lume.git
synced 2025-04-14 14:59:16 +02:00
37 lines
826 B
JSON
37 lines
826 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
|
"tauri": {
|
|
"macOSPrivateApi": true,
|
|
"windows": [
|
|
{
|
|
"width": 300,
|
|
"height": 300,
|
|
"decorations": false,
|
|
"title": "Lume",
|
|
"titleBarStyle": "Overlay",
|
|
"hiddenTitle": true,
|
|
"center": true,
|
|
"resizable": false,
|
|
"label": "splashscreen",
|
|
"url": "splashscreen"
|
|
},
|
|
{
|
|
"width": 1080,
|
|
"height": 800,
|
|
"minWidth": 1080,
|
|
"minHeight": 800,
|
|
"resizable": true,
|
|
"theme": "Dark",
|
|
"title": "Lume",
|
|
"titleBarStyle": "Overlay",
|
|
"transparent": true,
|
|
"center": true,
|
|
"fullscreen": false,
|
|
"hiddenTitle": true,
|
|
"visible": false,
|
|
"fileDropEnabled": true
|
|
}
|
|
]
|
|
}
|
|
}
|