{
  "name": "宠物健康管家 - 科学养宠助手",
  "short_name": "宠物管家",
  "description": "基于AI的宠物健康管理应用，提供智能养宠建议、每日打卡、健康监测和日程管理",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFF8FA",
  "theme_color": "#FF8FA3",
  "orientation": "portrait",
  "scope": "/",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "health", "pets"],
  "shortcuts": [
    {
      "name": "今日打卡",
      "short_name": "打卡",
      "description": "快速查看今日养宠任务",
      "url": "/checkin",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI建议",
      "short_name": "建议",
      "description": "获取智能养宠建议",
      "url": "/suggestion",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
