mirror of
https://github.com/lumehq/lume.git
synced 2025-03-26 17:51:51 +01:00
20 lines
306 B
JSON
20 lines
306 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Lume",
|
|
"label": "main",
|
|
"width": 500,
|
|
"height": 800,
|
|
"minWidth": 500,
|
|
"minHeight": 800,
|
|
"transparent": true,
|
|
"windowEffects": {
|
|
"effects": ["mica"]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|