{
  "name": "Life Expectancy Calculator",
  "short_name": "Life Expecta",
  "description": "Estimate your life expectancy based on age, sex, and lifestyle factors.",
  "start_url": "/health/life-expectancy-calculator/",
  "scope": "/health/life-expectancy-calculator/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f9fafb",
  "theme_color": "#0284c7",
  "lang": "en",
  "categories": [
    "productivity",
    "utilities",
    "health"
  ],
  "icons": [
    {
      "src": "/icons/life-expectancy-calculator-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/life-expectancy-calculator-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}