{ "$schema": "https://schema.tauri.app/config/2", "productName": "Robin", "version": "0.1.0", "identifier": "tech.circuitforge.robin", "build": { "frontendDist": "../dist" }, "app": { "withGlobalTauri": true, "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' tauri: asset: ipc:; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; connect-src ipc: http://ipc.localhost asset: http://localhost:*" } }, "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": {} } }