{
  "name": "Lifespan Clock Longevity Calculator",
  "short_name": "Lifespan Clock",
  "description": "Calculate your estimated life expectancy and optimize your longevity with personalized health recommendations.",
  "start_url": "/index.html?pwa=true",
  "display": "standalone",
  "background_color": "#04090b",
  "theme_color": "#489b8d",
  "orientation": "portrait-primary",
  "categories": ["health", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/assets/images/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ]
}
