{
  "name": "Porky's Pic'ups",
  "short_name": "Porky's",
  "description": "1-8 seater taxi hire in Caerphilly, South Wales. Call 07534 146372.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#080810",
  "theme_color": "#FFD200",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Ride",
      "url": "/index.html#booking",
      "description": "Request a taxi"
    },
    {
      "name": "Call Now",
      "url": "tel:07534146372",
      "description": "Call Porky's Pic'ups"
    }
  ],
  "categories": [
    "travel",
    "transportation"
  ]
}