{ "$schema": "https://schema.tauri.app/config/2", "productName": "Berry Dash Launcher", "version": "1.1.0", "identifier": "xyz.lncvrt.berrydash-launcher", "build": { "beforeDevCommand": "next dev", "devUrl": "http://localhost:3000", "beforeBuildCommand": "next build", "frontendDist": "../out" }, "app": { "macOSPrivateApi": true, "windows": [ { "title": "Berry Dash Launcher", "width": 1000, "height": 632, "resizable": false, "maximizable": false, "titleBarStyle": "Overlay", "hiddenTitle": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "dmg", "macOS": { "minimumSystemVersion": "12.7.4" }, "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }