{
  "name": "GroundLink — Executive Car Service",
  "short_name": "GroundLink",
  "description": "Book instant rides, reserve chauffeurs, and track trips live with GroundLink.",
  "id": "/app",
  "start_url": "/app",
  "scope": "/app",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#22D3EE",
  "orientation": "portrait",
  "categories": ["travel", "business", "lifestyle"],
  "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": "Ride Now",
      "short_name": "Ride Now",
      "description": "Book a chauffeur instantly",
      "url": "/app",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reserve",
      "short_name": "Reserve",
      "description": "Schedule a ride for later",
      "url": "/app/reserve",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Trips",
      "short_name": "Trips",
      "description": "View your booking history",
      "url": "/app/history",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
