{ "$schema": "https://schema.tauri.app/config/2", "productName": "ProxyWarden", "version": "1.0.0", "identifier": "ru.dokops.proxywarden.windows", "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", "devUrl": "http://127.0.0.1:5173", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "ProxyWarden", "width": 820, "height": 760, "minWidth": 820, "maxWidth": 820, "minHeight": 560, "resizable": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.ico" ] } }