{ "$schema": "https://schema.tauri.app/config/2", "productName": "Robin", "version": "0.1.0", "identifier": "tech.circuitforge.robin", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:1420", "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build" }, "app": { "windows": [ { "label": "chat", "title": "Robin", "width": 420, "height": 600, "resizable": true, "fullscreen": false, "visible": false, "decorations": true, "alwaysOnTop": false, "skipTaskbar": true } ], "trayIcon": { "id": "robin-tray", "iconPath": "icons/32x32.png", "iconAsTemplate": false, "menuOnLeftClick": false, "tooltip": "Robin" }, "security": { "csp": "default-src 'self'; connect-src http://localhost:* ipc: asset:" } }, "bundle": { "active": true, "targets": ["deb", "rpm", "appimage"], "resources": { "patterns/*": "patterns/" }, "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "linux": {} } }