{
  "name": "XOOM Rides",
  "short_name": "XOOM",
  "description": "Schedule a ride with XOOM — book in advance, captains respond with their best price.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0E4F50",
  "theme_color": "#0E4F50",
  "categories": ["travel", "transportation"],
  "icons": [
    {
      "src": "/icon.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/icon.jpg",
      "sizes": "any",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Track My Ride",
      "url": "/track",
      "description": "Find your ride by code or phone number"
    },
    {
      "name": "Captain Login",
      "url": "/captain/login",
      "description": "Captain portal"
    }
  ]
}
