{
  "name": "Chariot — AI-Powered Rides",
  "short_name": "Chariot",
  "description": "AI-matched rides with real-time driver tracking",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#cc0000",
  "orientation": "portrait",
  "categories": ["travel", "transportation"],
  "icons": [
    {
      "src": "https://images.unsplash.com/photo-1568605117036-5fe5e7bab0b7?w=192&h=192&fit=crop",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://images.unsplash.com/photo-1568605117036-5fe5e7bab0b7?w=512&h=512&fit=crop",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Ride",
      "url": "/",
      "description": "Book a ride now"
    },
    {
      "name": "My Rides",
      "url": "/activity",
      "description": "View ride history"
    },
    {
      "name": "Driver Hub",
      "url": "/driver-dashboard",
      "description": "Go online as a driver"
    }
  ]
}
