{
  "name": "American Eagle Logistics Service",
  "short_name": "AEL Dispatch",
  "description": "Real-time freight dispatch, driver management, and owner console for American Eagle Logistics Service.",
  "start_url": "/american-eagle/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#060E1A",
  "theme_color": "#002868",
  "lang": "en-US",
  "categories": ["productivity", "business", "logistics"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dispatch Loadboard",
      "short_name": "Loadboard",
      "description": "Open live dispatch loadboard",
      "url": "/american-eagle/dispatch/loadboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "God's View",
      "short_name": "God's View",
      "description": "Owner command center — full business view",
      "url": "/american-eagle/god-view",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Book a Shipment",
      "short_name": "Book",
      "description": "Create a new shipment",
      "url": "/american-eagle/shipper/book",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Driver App",
      "short_name": "Driver",
      "description": "Driver dashboard and load management",
      "url": "/american-eagle/driver-app",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dispatch-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dispatch Command Center"
    },
    {
      "src": "/screenshots/driver-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Driver Mobile App"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.americaneagle.driver",
      "id": "com.americaneagle.driver"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/american-eagle-driver/id0000000000"
    }
  ],
  "prefer_related_applications": false
}

