{
  "name": "Precellia Driver App",
  "short_name": "Driver",
  "description": "Driver interface for route management, batch pickup, and delivery confirmation",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait",
  "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 assigned routes",
      "url": "/route",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}

