{
  "name": "Cabsy Pro",
  "short_name": "Cabsy",
  "description": "Book a local taxi anywhere in the UK. Verified operators, live GPS tracking, instant or scheduled rides, fare estimates and airport transfers.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#060608",
  "theme_color": "#060608",
  "categories": ["travel", "transportation"],
  "lang": "en-GB",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Book a Taxi",
      "url": "/",
      "description": "Book a taxi now"
    },
    {
      "name": "Airport Runs",
      "url": "/airport-runs",
      "description": "Book an airport transfer"
    }
  ]
}