{
  "name": "个人成长工作台",
  "short_name": "成长工作台",
  "description": "个人成长工作台：健身、饮食、作息、复盘、阅读、理财知识学习一站式打卡与数据统计，离线可用，数据保存在本机。",
  "lang": "zh-CN",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "id": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#f2f2f7",
  "theme_color": "#0a84ff",
  "categories": ["health", "lifestyle", "productivity"],
  "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#review"
    },
    {
      "name": "数据统计",
      "short_name": "统计",
      "url": "./index.html#stats"
    }
  ]
}
