{
  "name": "GLOBORD — Package Forwarding",
  "short_name": "GLOBORD",
  "description": "Your free UK, USA, China & Canada shipping address. Shop globally, ship anywhere.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A2342",
  "theme_color": "#0A2342",
  "lang": "en-GB",
  "categories": ["shopping", "business"],
  "icons": [
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your packages and shipments",
      "url": "/dashboard.html",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Track a Shipment",
      "short_name": "Track",
      "description": "Track any GLOBORD shipment",
      "url": "/tracking.html",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Get a Quote",
      "short_name": "Quote",
      "description": "Calculate your shipping cost",
      "url": "/#rates",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
