kanade-client 0.43.22

End-user-facing Tauri Client App for the kanade endpoint-management system. Talks to the LocalSystem agent over the KLP Named Pipe (SPEC §2.12); presents a tray + window UI for notifications / health / self-service jobs.
{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "kanade-client",
  "version": "0.43.22",
  "identifier": "com.yukimemi.kanade-client",
  "build": {
    "frontendDist": "../web/dist",
    "devUrl": "http://localhost:1420",
    "beforeDevCommand": "cd web && bun dev",
    "beforeBuildCommand": "cd web && bun run build"
  },
  "app": {
    "windows": [
      {
        "label": "main",
        "title": "Kanade",
        "width": 720,
        "height": 480,
        "resizable": true,
        "fullscreen": false
      }
    ],
    "security": {
      "csp": null
    }
  },
  "bundle": {
    "active": false,
    "category": "Utility",
    "shortDescription": "kanade Client App",
    "longDescription": "End-user-facing companion to the kanade agent: notifications, health, self-service jobs, support handoff."
  }
}