{
  "name": "Club Manager",
  "short_name": "ClubMgr",
  "description": "Multi-sport club management platform — sessions, bookings, café, reports.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0f0f",
  "theme_color": "#d4a017",
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "sports"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Open the live operations dashboard"
    },
    {
      "name": "Bookings",
      "url": "/bookings",
      "description": "View and manage today's bookings"
    }
  ]
}
