{ "productName": "tbd-vc", "version": "0.1.0", "identifier": "leo.tbd.vc", "build": { "beforeDevCommand": "bun run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "bun run build", "frontendDist": "../dist" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "Chat Vocal", "width": 800, "height": 600, "additionalBrowserArgs": "--autoplay-policy=no-user-gesture-required" } ], "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" ], "createUpdaterArtifacts": true }, "plugins": { "deep-link": { "mobile": [], "desktop": { "schemes": ["tbdvc"] } }, "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEEyRkMxNzc1REUxMzE5NTkKUldSWkdSUGVkUmY4b3R0UCsra1lkanhzZldDVGZoTFFRRnpQTzBkRHplbmpkSXYvYkh6ekRBUy8K", "endpoints": ["https://git.tarkacore.dev/mc-tbd/vc-app-metadata/raw/branch/main/version.json"] } } }