{
  "name": "Jz-Hermes Dashboard",
  "short_name": "Jz Dashboard",
  "description": "3 个 hermes agent 容器完整监控系统 — 像素宠物 + 聊天 + 协作",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0b0d14",
  "theme_color": "#0b0d14",
  "orientation": "any",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/static/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/static/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    { "name": "对话", "short_name": "聊天", "url": "/?tab=chat", "description": "和 Agent 直接对话" },
    { "name": "活动地图", "short_name": "地图", "url": "/?tab=activitymap", "description": "查看 Agent 实时工作状态" },
    { "name": "任务看板", "short_name": "任务", "url": "/?tab=kanban", "description": "发布和管理任务" }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/?tab=kanban",
      "accept": {
        "text/markdown": [".md"],
        "application/json": [".json"],
        "text/plain": [".txt"]
      }
    }
  ]
}
