{ "$schema": "https://schema.tauri.app/config/2", "productName": "OpenFang", "version": "0.1.0", "identifier": "ai.openfang.desktop", "build": {}, "app": { "windows": [], "security": { "csp": "default-src 'self' http://127.0.0.1:* ws://127.0.0.1:* https://fonts.googleapis.com https://fonts.gstatic.com; img-src 'self' data: blob: http://127.0.0.1:*; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://fonts.gstatic.com; script-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' https://fonts.gstatic.com; connect-src 'self' http://127.0.0.1:* ws://127.0.0.1:*; media-src 'self' blob: http://127.0.0.1:*; frame-src 'self' blob: http://127.0.0.1:*; object-src 'none'; base-uri 'self'; form-action 'self'" } }, "plugins": { "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEJDOTE5MDhCRDNGMTUyMEQKUldRTlV2SFRpNUNSdkZRZDcvektwZkN6bUsyM0NJZC9OeXhHRU5id1FnZWllQmNlZGRoSGRQOHkK", "endpoints": [ "https://github.com/RightNow-AI/openfang/releases/latest/download/latest.json" ], "windows": { "installMode": "passive" } } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/icon.ico", "icons/icon.png", "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png" ], "category": "Productivity", "shortDescription": "Open-source Agent Operating System", "longDescription": "OpenFang is an open-source Agent Operating System — run, orchestrate, and extend AI agents across every channel from your desktop.", "linux": { "deb": { "depends": [] }, "appimage": { "bundleMediaFramework": false } }, "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "minimumSystemVersion": "12.0" }, "windows": { "digestAlgorithm": "sha256", "certificateThumbprint": null, "webviewInstallMode": { "type": "downloadBootstrapper" } } } }