{ "productName": "bugwork.app", "version": "0.1.0", "identifier": "net.archgrid.app.bugwork", "build": { "beforeDevCommand": "bun run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "bun run build", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "BugWork", "width": 1200, "height": 800, "minWidth": 1200, "minHeight": 800, "titleBarStyle": "Overlay", "decorations": true, "hiddenTitle": true, "transparent": false } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }