{
  "name": "Jackals Volleyball Club",
  "short_name": "Jackals VC",
  "description": "Training sessions, events, membership, and more",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#202121",
  "background_color": "#202121",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/brand/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Training Schedule",
      "short_name": "Training",
      "description": "View your training sessions",
      "url": "/training",
      "icons": [
        {
          "src": "/brand/favicon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Matches",
      "short_name": "Matches",
      "description": "View upcoming matches",
      "url": "/matches",
      "icons": [
        {
          "src": "/brand/favicon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Events",
      "short_name": "Events",
      "description": "Browse club events",
      "url": "/events",
      "icons": [
        {
          "src": "/brand/favicon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
