{
  "name": "ServeLeague - Racquet Sports Club Management",
  "short_name": "ServeLeague",
  "description": "Track player ratings, manage leagues, and record match results for your racquet sports club.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#2563eb",
  "orientation": "any",
  "scope": "/",
  "categories": ["sports", "utilities"],
  "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": "/screenshots/league-standings.png",
      "sizes": "3028x2278",
      "type": "image/png",
      "form_factor": "wide",
      "label": "League Standings & Ratings"
    },
    {
      "src": "/screenshots/session-view.png",
      "sizes": "2996x2294",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Live Session View"
    },
    {
      "src": "/screenshots/player-profile-history.png",
      "sizes": "2998x2110",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Player Match History"
    },
    {
      "src": "/screenshots/enter-match-result.png",
      "sizes": "3036x2290",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Enter Match Results"
    }
  ]
}
