{
  "name": "每日打卡",
  "short_name": "打卡",
  "description": "每日任务打卡管理应用 - 支持任务管理、打卡统计、AI评估、番茄时钟提醒",
  "start_url": "/index.php",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f5f5",
  "theme_color": "#4CAF50",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "productivity",
    "utilities",
    "health"
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "打卡",
      "short_name": "打卡",
      "description": "快速打卡页面",
      "url": "/index.php",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "AI助手",
      "short_name": "AI助手",
      "description": "AI健康评估助手",
      "url": "/ai-chat.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}