{
  "name": "Body Fat Percentage Calculator",
  "short_name": "Body Fat Per",
  "description": "Calculate your body fat percentage using measurement-based methods.",
  "start_url": "/health/body-fat-calculator/",
  "scope": "/health/body-fat-calculator/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f9fafb",
  "theme_color": "#0284c7",
  "lang": "en",
  "categories": [
    "productivity",
    "utilities",
    "health"
  ],
  "icons": [
    {
      "src": "/icons/body-fat-calculator-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/body-fat-calculator-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}