{
  "short_name": "Load Logic",
  "name": "Load Logic — Dispatch OS",
  "description": "Real-time fleet dispatch, CDL compliance, geofencing, and driver companion.",
  "icons": [
    {
      "src": "icon-192.svg",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/live",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#ff8c00",
  "background_color": "#111111",
  "categories": ["business", "productivity", "navigation"],
  "shortcuts": [
    {
      "name": "Driver Mode",
      "short_name": "Driver",
      "description": "Driver companion with photo upload",
      "url": "/driver",
      "icons": [{ "src": "icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Live Map",
      "short_name": "Live",
      "description": "Fleet tracking",
      "url": "/live",
      "icons": [{ "src": "icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
