{
  "name": "Megrav TMS - Driver Portal",
  "short_name": "Driver Portal",
  "description": "Driver mobile app for trip management and location tracking",
  "start_url": "/driver",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "transportation"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Trips",
      "short_name": "Trips",
      "description": "View assigned trips",
      "url": "/driver/trips",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tracking",
      "short_name": "Track",
      "description": "Track active trip",
      "url": "/driver/tracking",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}

