{
  "name": "日常管家 · 日常效率工具",
  "short_name": "日常管家",
  "description": "日常效率工具：任务板、日程表、记账本、备忘录；智能语音/文字记账、图表统计。多用户数据独立，支持家庭共享账本。",
  "id": "/",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#f3f4f6",
  "theme_color": "#3b82f6",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["productivity", "business", "lifestyle"],
  "launch_handler": {
    "client_mode": "navigate-existing",
    "route_to": "auto"
  },
  "edge_side_panel": { "preferred_width": 400 },
  "prefer_related_applications": false,
  "protocol_handlers": [
    { "protocol": "web+richang", "url": "/?proto=%s" }
  ],
  "shortcuts": [
    {
      "name": "记一笔账",
      "short_name": "记账",
      "url": "/?tab=account&action=quick",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "新建任务",
      "short_name": "任务",
      "url": "/?tab=task&action=new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable any" }
  ]
}
