{
  "name": "LifeViora - Health & Lifestyle Calculators",
  "short_name": "LifeViora",
  "description": "Free health and lifestyle calculators: BMI, calories, BMR, body fat, sleep, pregnancy, ovulation and more.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#F7FAF9",
  "theme_color": "#0E7C7B",
  "icons": [
    {
      "src": "/assets/images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}