{
  "name": "Bevurity - Guest",
  "short_name": "Bevurity",
  "id": "/guest",
  "description": "Discover and claim drinks at your favorite venues.",
  "start_url": "/guest",
  "scope": "/guest",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4A00E0",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/images/guest-icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/guest-icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/guest-screenshot-mobile.png",
      "sizes": "1082x2400",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/guest-screenshot-desktop.png",
      "sizes": "1920x1200",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}