{
  "name": "FOMO",
  "short_name": "FOMO",
  "description": "Discover and join amazing events, create teams, and connect with communities. Never miss out on the experiences that matter to you.",
  "start_url": "/home",
  "display": "standalone",
  "scope": "/",
  "background_color": "#ffffff",
  "theme_color": "#111827",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}