{
  "name": "DCF Logistics - Digital Clearing and Forwarding",
  "short_name": "DCF Logistics",
  "description": "Professional logistics, clearing, and forwarding services for businesses of all sizes.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0070c7",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "logistics", "shipping"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Track Shipment",
      "short_name": "Track",
      "description": "Track your shipment status",
      "url": "/tracking",
      "icons": [{ "src": "/icons/track-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Get Quote",
      "short_name": "Quote",
      "description": "Request a shipping quote",
      "url": "/quote",
      "icons": [{ "src": "/icons/quote-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Calculator",
      "short_name": "Calc",
      "description": "Calculate shipping costs",
      "url": "/calculator",
      "icons": [{ "src": "/icons/calc-icon.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "DCF Logistics Homepage"
    },
    {
      "src": "/screenshots/mobile-tracking.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Tracking Interface"
    }
  ]
}
