{
  "name": "MedMonster",
  "short_name": "MedMonster",
  "id": "/",
  "scope": "/",
  "description": "A companion-first medical learning app. Enlighten your monster. Replenish your monster. Thrive.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#f1d8b9",
  "background_color": "#f1d8b9",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
