{ "$schema": "https://schema.tauri.app/config/2", "productName": "quicnprotochat-gui", "identifier": "chat.quicnproto.gui", "build": { "frontendDist": "./ui", "beforeBuildCommand": "", "beforeDevCommand": "" }, "app": { "windows": [ { "title": "quicnprotochat", "width": 640, "height": 480 } ], "security": { "csp": null } }, "bundle": {}, "plugins": {} }