{
  "name": "Swymetric",
  "short_name": "Swymetric",
  "description": "Swim club management platform — training schedules, race entries, results, and club communication.",
  "start_url": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#E6F7FF",
  "theme_color": "#1A4FCC",
  "lang": "en",
  "scope": "/app/",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "sports",
    "health",
    "fitness"
  ]
}