{ "productName": "RustyImage", "version": "0.1.0", "identifier": "dev.redclaw.rustyimage", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:5173", "beforeBuildCommand": "npm run build", "frontendDist": "../../ui/dist" }, "app": { "security": { "csp": "default-src 'self'; img-src 'self' ritile: data:; style-src 'self' 'unsafe-inline'; script-src 'self'" }, "windows": [ { "title": "RustyImage", "width": 1200, "height": 800, "resizable": true } ] }, "bundle": { "active": true, "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }