{
  "name": "ShipHub",
  "short_name": "ShipHub",
  "description": "Multi-Carrier Shipping Platform - Connect to FedEx, UPS, and more carriers in one unified platform.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo-icon.svg",
      "sizes": "80x80",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Create Shipment",
      "short_name": "Ship",
      "description": "Create a new shipment",
      "url": "/dashboard/ship",
      "icons": []
    },
    {
      "name": "Track Package",
      "short_name": "Track",
      "description": "Track a package",
      "url": "/dashboard/track",
      "icons": []
    }
  ]
}
