{
  "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": "./imagen/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./imagen/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["transportation", "travel"],
  "screenshots": [
    {
      "src": "/imagen/toyota_2025-sienna_platinum_0001-1.avif",
      "sizes": "540x720",
      "type": "image/avif",
      "form_factor": "narrow"
    },
    {
      "src": "/imagen/toyota_2025-sienna_platinum_0001-1.avif",
      "sizes": "1280x720",
      "type": "image/avif",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Ride",
      "short_name": "Book",
      "description": "Quickly book your next ride",
      "url": "./index.html#book",
      "icons": [
        {
          "src": "./imagen/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View Fleet",
      "short_name": "Fleet",
      "description": "Browse our luxury vehicles",
      "url": "./index.html#fleet",
      "icons": [
        {
          "src": "./imagen/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Calculate Fare",
      "short_name": "Calculate",
      "description": "Get a fare quote instantly",
      "url": "./index.html#quote",
      "icons": [
        {
          "src": "./imagen/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
