{
  "name": "工作日程管理",
  "short_name": "日程管理",
  "description": "个人督办助手 - 高效管理工作日程",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#409eff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "工作台"
    },
    {
      "src": "/screenshots/meetings.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "会议管理"
    }
  ],
  "shortcuts": [
    {
      "name": "新建会议",
      "short_name": "新建会议",
      "description": "快速创建新会议",
      "url": "/meetings?action=create",
      "icons": [{ "src": "/icons/meeting-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "我的任务",
      "short_name": "我的任务",
      "description": "查看我的任务列表",
      "url": "/my-tasks",
      "icons": [{ "src": "/icons/task-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "巡查日报",
      "short_name": "巡查日报",
      "description": "填写巡查日报",
      "url": "/patrol-daily",
      "icons": [{ "src": "/icons/patrol-icon.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
