{
  "name": "duPont Lot Assistant",
  "short_name": "Lot Assistant",
  "description": "Live lot operations command center for duPont Registry Exchange Nashville — vehicle requests, CR & booth inspections, iSafe key vault, and the transportation log in real time.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#090909",
  "theme_color": "#d7351f",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Vehicle Release",
      "short_name": "Release",
      "description": "Hand off a vehicle to a buyer",
      "url": "/drx-release",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "Request a Vehicle Pass",
      "short_name": "Vehicle Pass",
      "description": "Send a vehicle out on a dealer plate",
      "url": "/drx-pass",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "Detail Queue",
      "short_name": "Detail Queue",
      "description": "Detail company kanban",
      "url": "/drx-detail-queue",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    }
  ]
}
