{ "$schema": "https://schema.tauri.app/config/2", "productName": "Synapsis", "version": "0.1.0", "identifier": "xyz.gnosyslabs.synapsis", "build": { "beforeDevCommand": "bun run dev", "devUrl": "http://localhost:1430", "beforeBuildCommand": "bun run build", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "Synapsis", "width": 1280, "height": 820, "minWidth": 1280, "minHeight": 820, "center": true, "hiddenTitle": true, "titleBarStyle": "Visible", "tabbingIdentifier": "synapsis-node-tabs", "theme": "Dark", "backgroundColor": "#080909" } ], "security": { "csp": "default-src 'self'; connect-src ipc: http://ipc.localhost; img-src 'self' asset: https: http: data:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com" } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }