{
  "name": "Chicago Pickleball League",
  "short_name": "Pickleball League",
  "description": "Join Chicago's premier pickleball league! Smart matchmaking, ELO ratings, and seamless scheduling.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["sports", "social", "utilities"],
  "screenshots": [
    {
      "src": "/og-image.jpg",
      "sizes": "1536x1024",
      "type": "image/jpeg",
      "form_factor": "wide"
    },
    {
      "src": "/og-image-square.jpg",
      "sizes": "1024x1024",
      "type": "image/jpeg",
      "form_factor": "narrow"
    }
  ]
}