{
  "name": "时间规划助手",
  "short_name": "时间规划",
  "description": "大学生周课表·任务管理·目标追踪·专注番茄钟",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#F9FAFB",
  "theme_color": "#5B6BF9",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "添加任务",
      "short_name": "任务",
      "description": "快速添加新任务",
      "url": "/index.html?action=addTask",
      "icons": [
        {
          "src": "/icon.jpg",
          "sizes": "96x96",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "开始专注",
      "short_name": "专注",
      "description": "启动番茄钟",
      "url": "/index.html?tab=focus",
      "icons": [
        {
          "src": "/icon.jpg",
          "sizes": "96x96",
          "type": "image/jpeg"
        }
      ]
    }
  ]
}