{
  "name": "beeooking",
  "short_name": "beeooking",
  "description": "Court reservation and club management platform",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#f59e0b",
  "orientation": "any",
  "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": ["sports", "lifestyle"],
  "shortcuts": [
    {
      "name": "Book a Court",
      "url": "/dashboard/book",
      "description": "Reserve a court"
    },
    {
      "name": "My Bookings",
      "url": "/dashboard/bookings",
      "description": "View your bookings"
    },
    {
      "name": "Check In",
      "url": "/checkin",
      "description": "Self-service check-in"
    }
  ]
}
