{
  "name": "轻记 · 体重打卡",
  "short_name": "轻记",
  "description": "一款有智能反馈的体重打卡工具，基于卫健委2024年《肥胖症诊疗指南》标准",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8FAFC",
  "theme_color": "#2B7BE4",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "lang": "zh-CN",
  "categories": ["health", "fitness", "lifestyle"]
}