{ "$schema": "https://schema.tauri.app/config/2", "productName": "Khadhroony Bot3 Demo Desktop", "version": "0.1.0", "identifier": "com.sasedev.kb-app-demo-desktop", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", "frontendDist": "./dist" }, "app": { "windows": [ { "label": "splash", "url": "splash.html", "title": "Chargement — Khadhroony Bot3", "width": 960, "height": 637, "resizable": false, "decorations": false, "transparent": true, "center": true, "alwaysOnTop": true }, { "label": "main", "url": "main.html", "title": "Khadhroony Bot3", "width": 1500, "height": 960, "minWidth": 1024, "minHeight": 768, "center": true, "visible": false } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/favicon.png", "icons/favicon.ico" ] } }