{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "connectHUB",
  "version": "0.0.0",
  "identifier": "com.slackwsh.app",
  "build": {
    "devUrl": "http://127.0.0.1:3000",
    "frontendDist": "../../web/out",
    "beforeDevCommand": "node ../dev-ui.mjs",
    "beforeBuildCommand": "node ../build-ui.mjs"
  },
  "app": {
    "windows": [
      {
        "label": "main",
        "title": "connectHUB",
        "width": 1280,
        "height": 800,
        "minWidth": 880,
        "minHeight": 600,
        "backgroundColor": "#f7f8fa"
      }
    ],
    "security": {
      "csp": "default-src 'self' ipc: http://ipc.localhost https://ipc.localhost https://tauri.localhost asset: http://asset.localhost https://asset.localhost http://127.0.0.1:3000 http://localhost:3000 https://api-new.windshieldhub.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval' ipc: https://tauri.localhost http://127.0.0.1:3000 http://localhost:3000 https://api-new.windshieldhub.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://tauri.localhost http://127.0.0.1:3000 http://localhost:3000 https://api-new.windshieldhub.com; font-src 'self' data: https://fonts.gstatic.com; img-src 'self' data: blob: asset: https: http:; media-src 'self' blob: mediastream: https: http:; connect-src 'self' ipc: http://ipc.localhost https://ipc.localhost https://tauri.localhost http://127.0.0.1:3000 http://localhost:3000 http://127.0.0.1:3001 http://localhost:3001 http://127.0.0.1:3002 http://localhost:3002 ws://127.0.0.1:3002 ws://localhost:3002 https://api-new.windshieldhub.com wss://api-new.windshieldhub.com wss://*.livekit.cloud https://*.livekit.cloud https://fonts.googleapis.com https://fonts.gstatic.com stun: turn: turns:; worker-src 'self' blob:"
    }
  },
  "bundle": {
    "active": true,
    "createUpdaterArtifacts": true,
    "targets": ["msi", "nsis", "dmg", "app"],
    "icon": [
      "icons/32x32.png",
      "icons/128x128.png",
      "icons/128x128@2x.png",
      "icons/icon.icns",
      "icons/icon.ico"
    ]
  },
  "plugins": {
    "deep-link": {
      "desktop": {
        "schemes": ["slackwsh"]
      }
    },
    "updater": {
      "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDAwMDAwMDAwMDAwMDAwMDAKQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBPT0K",
      "endpoints": [
        "https://api-new.windshieldhub.com/updates/{{target}}/{{arch}}/{{current_version}}"
      ]
    }
  }
}
