{ "$schema": "https://schema.tauri.app/config/2", "productName": "KCD2 Overlay", "version": "1.0.0", "identifier": "sk.ecoposta.kcd2overlay", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "main", "title": "KCD2 Overlay", "width": 920, "height": 640, "minWidth": 560, "minHeight": 400, "decorations": false, "transparent": true, "alwaysOnTop": true, "skipTaskbar": true, "visible": false, "center": true } ], "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" ] } }