{
  "name": "Court Booking",
  "short_name": "CourtBook",
  "description": "Book courts, manage queues, and track match stats",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#201C19",
  "theme_color": "#201C19",
  "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.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "sports",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Book Court",
      "short_name": "Book",
      "description": "Reserve a court",
      "url": "/?tab=book&source=shortcut"
    },
    {
      "name": "Find a Game",
      "short_name": "Games",
      "description": "Join or create a game",
      "url": "/?tab=opengames&source=shortcut"
    }
  ]
}
