{ "$schema": "https://schema.tauri.app/config/2", "productName": "Overseer Kit", "version": "0.1.0", "identifier": "com.overseer.kit.desktop", "build": { "beforeBuildCommand": "../scripts/bundle-desktop-kit.sh", "frontendDist": "../src" }, "app": { "withGlobalTauri": false, "windows": [ { "label": "main", "title": "Overseer Kit", "width": 1200, "height": 800, "url": "about:blank" } ], "security": { "csp": "default-src 'self' http://127.0.0.1:* http://localhost:*; connect-src 'self' http://127.0.0.1:* http://localhost:*; script-src 'self' 'unsafe-inline' http://127.0.0.1:* http://localhost:*; style-src 'self' 'unsafe-inline' http://127.0.0.1:* http://localhost:*" } }, "bundle": { "active": true, "targets": "all", "resources": [ "resources/kit/" ], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }