{
  "id": "cargolane-ai",
  "name": "Cargolane AI - AI Agent for Freight Brokers",
  "short_name": "Cargolane AI",
  "description": "24/7 AI dispatch agent that handles carrier communication, customer/shipper communication load tracking, and check calls.",
  "start_url": "/messages",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Messages",
      "short_name": "Inbox",
      "description": "Carrier check calls, rate negotiations, and customer updates",
      "url": "/messages",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Load Board",
      "short_name": "Loads",
      "description": "Active shipments, coverage status, and ETAs",
      "url": "/loadboard",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Carriers",
      "short_name": "Carriers",
      "description": "Carrier network, capacity, and compliance status",
      "url": "/carriers",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr"
}
