{
  "name": "BanqMaster Pro",
  "short_name": "BanqMaster",
  "description": "Complete banquet hall management for Indian wedding venues - bookings, enquiries, payments, staff, and more.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fbf7ef",
  "theme_color": "#5c1a24",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Booking",
      "short_name": "New Booking",
      "description": "Create a new hall booking",
      "url": "/bookings/new",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View booking calendar",
      "url": "/calendar",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Rooms",
      "short_name": "Rooms",
      "description": "Manage rooms and housekeeping",
      "url": "/rooms",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
