{
  "name": "Drive Xpress",
  "short_name": "DriveXpress",
  "description": "Premium private hire from Edinburgh to anywhere in the UK",
  "start_url": "/customer-app.html",
  "display": "standalone",
  "background_color": "#0A0A0F",
  "theme_color": "#C9A84C",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/drivexpress-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Ride",
      "short_name": "Book",
      "description": "Book a private hire instantly",
      "url": "/customer-app.html",
      "icons": [{ "src": "/drivexpress-icon.svg", "sizes": "any" }]
    },
    {
      "name": "Driver App",
      "short_name": "Driver",
      "description": "Manage your bookings",
      "url": "/driver-app.html",
      "icons": [{ "src": "/drivexpress-icon.svg", "sizes": "any" }]
    }
  ],
  "categories": ["travel", "transportation"],
  "lang": "en-GB",
  "scope": "/"
}
