{
  "name": "人生AI OS V2.0",
  "short_name": "Life AI OS",
  "description": "私人AI人生操作系统 - 记录、分析、规划、成长",
  "start_url": "/splash",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "background_color": "#050505",
  "theme_color": "#050505",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "splash_pages": null,
  "prefer_related_applications": false,
  "categories": ["lifestyle", "health", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "AI人生教练",
      "short_name": "AI教练",
      "description": "与你的AI人生教练对话",
      "url": "/coach",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "习惯打卡",
      "short_name": "打卡",
      "description": "今日习惯打卡",
      "url": "/habits",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI日报",
      "short_name": "日报",
      "description": "查看今日AI报告",
      "url": "/reports",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
