{ "build": { "beforeDevCommand": "pnpm dev", "beforeBuildCommand": "pnpm build", "frontendDist": "../dist", "devUrl": "http://localhost:1420" }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.ico" ] }, "productName": "VRChat Photo Manager", "version": "0.0.1", "identifier": "uk.phaz.vrcpm", "plugins": { "shell": { "open": true } }, "app": { "security": { "csp": "connect-src https://api.github.com ipc: http://ipc.localhost" }, "windows": [ { "fullscreen": false, "resizable": true, "title": "VRChat Photo Manager", "width": 1220, "height": 580, "minWidth": 600, "minHeight": 400, "visible": false, "decorations": true, "transparent": true } ] } }