{
  "name": "CargoRidge - AI-Powered Ocean Freight Platform",
  "short_name": "CargoRidge",
  "description": "AI-Powered Ocean Freight Platform for quotes, bookings, tracking, and analytics",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0B1F3B",
  "theme_color": "#0d9488",
  "categories": ["business", "logistics"],
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Quote",
      "short_name": "Quote",
      "url": "/quotes/new",
      "description": "Request a new shipping quote"
    },
    {
      "name": "Track Shipment",
      "short_name": "Track",
      "url": "/shipments",
      "description": "Track your shipments"
    },
    {
      "name": "Bookings",
      "short_name": "Bookings",
      "url": "/bookings",
      "description": "View your bookings"
    }
  ],
  "prefer_related_applications": false
}
