{
  "name": "Grupup - Group Sports Training",
  "short_name": "Grupup",
  "description": "Find and book group sports training sessions near you",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F3154",
  "theme_color": "#0F3154",
  "orientation": "portrait-primary",
  "categories": ["sports", "health", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Sessions",
      "url": "/groups",
      "description": "Browse group training sessions"
    },
    {
      "name": "My Bookings",
      "url": "/bookings",
      "description": "View your upcoming sessions"
    },
    {
      "name": "Free Play",
      "url": "/free-play",
      "description": "Find pickup games near you"
    }
  ]
}
