{
  "name": "Transport Management System",
  "short_name": "TMS",
  "description": "Unified system for driver scheduling and timesheet management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Routes",
      "short_name": "Routes",
      "description": "View your assigned routes",
      "url": "/driver/routes",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Timesheets",
      "short_name": "Timesheets",
      "description": "View your timesheets",
      "url": "/driver/timesheets",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}

