{ "build": { "beforeDevCommand": "yarn dev", "beforeBuildCommand": "yarn build", "devPath": "http://localhost:1420", "distDir": "../dist", "withGlobalTauri": false }, "package": { "productName": "nox", "version": "0.0.1" }, "tauri": { "allowlist": { "all": false, "shell": { "all": false, "open": true }, "window": { "all": false, "close": true, "hide": true, "show": true, "maximize": true, "minimize": true, "unmaximize": true, "unminimize": true, "startDragging": true } }, "bundle": { "active": true, "targets": "all", "identifier": "dev.blek.nox", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "security": { "csp": null }, "windows": [ { "fullscreen": false, "resizable": true, "decorations": false, "center": true, "transparent": true, "title": "blek! nox", "width": 800, "height": 600, "minWidth": 300, "minHeight": 400 } ] } }