{
  "name": "AdventureMeets",
  "short_name": "AdventureMeets",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/adventuremeets.screenshot.1.png",
      "sizes": "610x1320",
      "type": "image/png"
    },
    {
      "src": "/static/screenshots/adventuremeets.screenshot.2.png",
      "sizes": "2964x1498",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
