{
  "name": "个人工作台",
  "short_name": "个人台",
  "description": "私人综合学习生活工作台：计划、提醒、健身、学习、财务、复盘一体化，数据本地永久留存",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F7F8FA",
  "theme_color": "#EE1515",
  "lang": "zh-CN",
  "categories": ["productivity", "education", "lifestyle"],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "今日计划", "short_name": "计划", "url": "./index.html#/daily" },
    { "name": "运动打卡", "short_name": "打卡", "url": "./index.html#/fitness" },
    { "name": "周复盘", "short_name": "复盘", "url": "./index.html#/review/weekly" }
  ]
}
