{ "$schema": "../node_modules/@tauri-apps/cli/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" ] } } ] } }