{
  "name": "Orangish — Sports Club",
  "short_name": "Orangish",
  "description": "Multi-sport club booking and management",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0D0D0D",
  "theme_color": "#FF6520",
  "icons": [
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "screenshots": [],
  "categories": ["sports", "lifestyle"],
  "shortcuts": [
    { "name": "Book a Court",  "url": "/book/courts",  "description": "Book a court" },
    { "name": "Book a Lesson", "url": "/book/lessons", "description": "Book a lesson" },
    { "name": "My History",    "url": "/history",      "description": "View booking history" }
  ]
}