{ "productName": "Buzee", "version": "0.2.0", "identifier": "inc.buzilla.buzee", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:5173", "beforeBuildCommand": "npm run build", "frontendDist": "../build" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "Buzee", "width": 800, "height": 600, "titleBarStyle": "Transparent", "visibleOnAllWorkspaces": false } ], "security": { "csp": null } }, "bundle": { "active": true, "copyright": "© 2024 Gurjot Sidhu", "createUpdaterArtifacts": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "externalBin": ["binaries/textra"] }, "plugins": { "updater": { "endpoints": [ "https://raw.githubusercontent.com/gsidhu/buzee-releases/main/latest.json" ], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDlDNUE4MUQwOTU3MTA0M0MKUldROEJIR1YwSUZhbkNCMkRPOUZBVE9PN3lJODJnL1A0dHVBSU8vVjZhczNCMEJmRTMyVFVmTCsK" } } }