{ "$schema": "https://schema.tauri.app/config/2", "productName": "moonsound", "version": "0.1.0", "identifier": "com.moonsound.app", "build": { "beforeDevCommand": "pnpm start", "devUrl": "http://localhost:1420", "beforeBuildCommand": "pnpm build", "frontendDist": "../dist/moonsound/browser" }, "app": { "withGlobalTauri": true, "security": { "csp": null }, "windows": [ { "fullscreen": false, "resizable": true, "title": "Moonsound", "width": 640, "height": 292, "titleBarStyle": "Overlay", "hiddenTitle": true } ] }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }