{
  "name": "JSFC Coaching",
  "short_name": "JSFC",
  "description": "Football coaching bookings, coach dashboards, player notes, and academy management for JSFC Coaching.",
  "id": "/dashboard",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#081433",
  "theme_color": "#081433",
  "categories": ["sports", "productivity", "education"],
  "icons": [
    {
      "src": "/icons/jsfc-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/jsfc-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/jsfc-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the JSFC dashboard.",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/jsfc-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Book a Session",
      "short_name": "Book",
      "description": "Open the booking flow.",
      "url": "/book",
      "icons": [{ "src": "/icons/jsfc-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
