﻿{
  "name": "Oye Hoye",
  "short_name": "OyeHoye",
  "description": "Fun, shareable calculators for health, life expectancy, and personality.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FDFAF5",
  "theme_color": "#020202",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["entertainment", "lifestyle", "health"],
  "icons": [
    { "src": "/favicon-16x16.png", "sizes": "16x16", "type": "image/png" },
    { "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ]
}