{ "$schema": "https://raw.githubusercontent.com/nicegui/nicegui/main/nicegui/static/tauri-schema-v2.json", "productName": "Claude Code", "version": "0.1.0", "identifier": "com.claude-code.desktop", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:1420", "beforeDevCommand": "bun run dev", "beforeBuildCommand": "bun run build" }, "app": { "windows": [ { "title": "Claude Code", "width": 1280, "height": 800, "minWidth": 900, "minHeight": 600, "decorations": false, "titleBarStyle": "Overlay", "hiddenTitle": true, "transparent": false } ], "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" ] } }