{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "identifier": "com.paw.paw-gui", "app": { "macOSPrivateApi": false, "windows": [ { "url": "/", "title": "paw-gui", "width": 1420, "height": 1000, "minWidth": 1440, "minHeight": 700, "maxWidth": 2560, "maxHeight": 1440, "decorations": true, "visible": true, "center": true, "hiddenTitle": true, "transparent": true, "titleBarStyle": "Overlay" } ] }, "bundle": { "targets": ["app", "dmg"], "macOS": {} } }