{
  "name": "Drive Taxi - St Andrews Airport Transfers",
  "short_name": "Drive Taxi",
  "description": "Professional taxi service in St Andrews. Airport transfers to Edinburgh, Glasgow & beyond.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["transportation", "travel"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Book a Taxi",
      "short_name": "Book",
      "description": "Quick booking for your journey",
      "url": "/book",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "View Pricing",
      "short_name": "Pricing",
      "description": "Check our pricing estimates",
      "url": "/pricing",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
