{
  "name": "生活记录 · HealthLog",
  "short_name": "生活记录",
  "description": "饮食 · 运动 · 手机 · 学习 · 身体 · 睡眠 · 娱乐，一个人的生活记录本",
  "lang": "zh-CN",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#fdf8f3",
  "theme_color": "#ff9b7a",
  "categories": ["health", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "记一条运动",
      "short_name": "运动",
      "url": "./index.html?tab=workout",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "记手机使用时长",
      "short_name": "手机",
      "url": "./index.html?tab=screen",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "记昨天的睡眠",
      "short_name": "睡眠",
      "url": "./index.html?tab=sleep",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
