{
  "name": "Herway - Women-Only Taxi Service",
  "short_name": "Herway",
  "description": "Safe, professional women-only taxi service in the UK. Driven by women, for everyone.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#FF6B9D",
  "background_color": "#FFFFFF",
  "categories": ["transportation", "travel"],
  "screenshots": [
    {
      "src": "images/Driver1.png",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "images/hero-banner.png",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "images/icon-192.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "images/icon-512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "images/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Taxi",
      "short_name": "Book",
      "description": "Quickly book a taxi with Herway",
      "url": "./book.html",
      "icons": [
        {
          "src": "images/icon-192.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Become a Driver",
      "short_name": "Driver",
      "description": "Apply to become a Herway driver",
      "url": "./drivers.html",
      "icons": [
        {
          "src": "images/icon-192.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with Herway",
      "url": "./contact.html",
      "icons": [
        {
          "src": "images/icon-192.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}