{
  "name": "BMI 体质指数计算器 - 集盒",
  "short_name": "BMI 体质指数计算器",
  "description": "输入身高与体重，自动算出 BMI 并判定体型（偏瘦 / 正常 / 超重 / 肥胖，采用中国成人标准），附刻度条定位、健康体重范围与距离健康上限提示；全程本地计算不上传。",
  "lang": "zh-CN",
  "dir": "ltr",
  "start_url": "/tool/bmi",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#007AFF",
  "theme_color": "#007AFF",
  "categories": [
    "utilities",
    "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"
    }
  ]
}
