{
  "name": "Elevé Enterprises Ltd",
  "short_name": "Eleve",
  "description": "Car Rental & Mobile Car Wash — Antigua & Barbuda",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "categories": ["business", "travel", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Car Rental",
      "short_name": "Rent",
      "url": "/customer/rent",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Book a Car Wash",
      "short_name": "Wash",
      "url": "/customer/wash",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
