// PWA manifest for Swim Match Club
{
  "name": "Swim Match Club",
  "short_name": "SwimMatch",
  "description": "Comunidad para nadadores recreativos: encuentra companeros de natacion en tu ciudad.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#15356b",
  "theme_color": "#15356b",
  "icons": [
    {
      "src": "https://vibe.filesafe.space/1782300861216595465/attachments/ce32efe9-fe61-4b31-8ead-4fd43198852e.jpg",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://vibe.filesafe.space/1782300861216595465/attachments/ce32efe9-fe61-4b31-8ead-4fd43198852e.jpg",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
