{ "$schema": "https://schema.tauri.app/config/2", "productName": "Berry Dash Launcher", "version": "1.1.0", "identifier": "xyz.lncvrt.berrydash-launcher", "build": { "beforeDevCommand": "yarn dev", "devUrl": "http://localhost:3000", "beforeBuildCommand": "yarn build", "frontendDist": "../out" }, "app": { "windows": [ { "title": "Berry Dash Launcher", "width": 1000, "height": 600, "resizable": false, "maximizable": false } ], "security": { "csp": null } }, "bundle": { "active": false } }