{
  "name": "MMCC Booking",
  "short_name": "MMCC",
  "description": "Mobile Mint Car Care — premium waterless mobile car valeting",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["utilities", "lifestyle"],
  "shortcuts": [
    {
      "name": "Book now",
      "url": "/",
      "description": "Start a new booking"
    },
    {
      "name": "My bookings",
      "url": "/my-bookings",
      "description": "View your booking history"
    },
    {
      "name": "Fleet booking",
      "url": "/fleet",
      "description": "Book multiple vehicles"
    }
  ]
}
