{ "$schema": "https://schema.tauri.app/config/2", "productName": "Dossier", "version": "0.1.0", "identifier": "ch.dossier.cad", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:5187" }, "app": { "windows": [ { "label": "main", "title": "Dossier", "width": 1400, "height": 900, "dragDropEnabled": false, "titleBarStyle": "Overlay", "hiddenTitle": true, "trafficLightPosition": { "x": 20, "y": 22 } } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": ["icons/icon.png"] } }