{ "productName": "Disputed", "version": "0.1.0", "identifier": "com.orchard9.disputed", "build": { "beforeDevCommand": "pnpm dev", "beforeBuildCommand": "pnpm build", "frontendDist": "../dist", "devUrl": "http://localhost:1420" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "Disputed", "width": 480, "height": 640, "resizable": true, "fullscreen": false, "decorations": true, "transparent": false, "center": true } ], "security": { "csp": { "default-src": "'self' customprotocol: asset:", "script-src": "'self' 'unsafe-inline'", "style-src": "'self' 'unsafe-inline'", "img-src": "'self' asset: https: http: data: blob:", "font-src": "'self' data:", "connect-src": "'self' ipc: http://ipc.localhost https://api.anthropic.com https://api.groq.com" } } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }