{
  "name": "LimoBuzz - Miami Limo Service",
  "short_name": "LimoBuzz",
  "description": "Book luxury limo service in Miami. Airport transfers, weddings, corporate travel. Available 24/7.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png"
    },
    {
      "src": "/screenshots/booking.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "categories": ["transportation", "travel", "business"],
  "shortcuts": [
    {
      "name": "Book a Ride",
      "url": "/booking",
      "description": "Quick booking for limo service"
    },
    {
      "name": "Airport Transfer",
      "url": "/miami-airport-limo",
      "description": "Book airport transportation"
    },
    {
      "name": "Call Us",
      "url": "tel:+13055551234",
      "description": "Call for immediate service"
    }
  ]
}