{
  "name": "Biological Age Calculator",
  "short_name": "BioAge Calc",
  "description": "Calculate various biological ages and other predictions from blood test results.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#eae9e7",
  "theme_color": "#1a1a19",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "medical", "utilities"],
  "lang": "en"
}
