{
  "name": "Carlitoway Elite Transportation",
  "short_name": "Carlitoway",
  "description": "Premium Black Car, SUV, and Van transportation service in NYC. Book now for airport transfers and events.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#040404",
  "theme_color": "#c9a84c",
  "icons": [
    {
      "src": "./assets/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["transportation", "travel"],
  "screenshots": [
    {
      "src": "/assets/images/vehicles/toyotahighlander2018.jpg",
      "sizes": "540x720",
      "type": "image/jpeg",
      "form_factor": "narrow"
    },
    {
      "src": "/assets/images/vehicles/2025-Cadillac-Escalade-V-Price.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Ride",
      "short_name": "Book",
      "description": "Quickly book your next ride",
      "url": "./index.html#book",
      "icons": [
        {
          "src": "./assets/images/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View Fleet",
      "short_name": "Fleet",
      "description": "Browse our luxury vehicles",
      "url": "./index.html#fleet",
      "icons": [
        {
          "src": "./assets/images/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Calculate Fare",
      "short_name": "Calculate",
      "description": "Get a fare quote instantly",
      "url": "./pages/calculator.html",
      "icons": [
        {
          "src": "./assets/images/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
