{
  "name": "Need-A-Cab Plymouth - 24/7 Taxi Service",
  "short_name": "Need-A-Cab",
  "description": "Plymouth's largest locally owned taxi company. Book your taxi online 24/7 with no surge pricing.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#060606",
  "theme_color": "#ffc451",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/img/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/assets/img/Logo.png",
      "sizes": "256x64",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["travel", "transportation", "business"],
  "shortcuts": [
    {
      "name": "Book a Taxi",
      "short_name": "Book",
      "description": "Book your taxi online in seconds",
      "url": "/book.html",
      "icons": [{ "src": "/assets/img/Logo.png", "sizes": "256x64" }]
    },
    {
      "name": "Call Us",
      "short_name": "Call",
      "description": "Call 01752 666222",
      "url": "/contact.html",
      "icons": [{ "src": "/assets/img/Logo.png", "sizes": "256x64" }]
    }
  ]
}

