{
  "name": "Weight Checker",
  "short_name": "Weight Checker",
  "description": "Calculate BMI, ideal weight, and personalized weight loss timelines.",
  "start_url": "/html-apps/bmi-calculator.html",
  "display": "standalone",
  "background_color": "#F2F4F8",
  "theme_color": "#2E7AD9",
  "icons": [
    {
      "src": "/html-apps/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/html-apps/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
