{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "app": { "windows": [ { "title": "Lume", "label": "main", "width": 900, "height": 700, "minWidth": 480, "minHeight": 700, "transparent": true, "decorations": false, "windowEffects": { "effects": [ "mica" ] } } ] } }