{
  "name": "MGR Courier Service",
  "short_name": "MGR",
  "description": "Ship barrels, boxes, cars, Amazon packages, containers & air freight to Jamaica and the Caribbean.",
  "start_url": "/app.html?utm_source=pwa",
  "scope": "/",
  "id": "/app.html",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "background_color": "#042c54",
  "theme_color": "#042c54",
  "orientation": "portrait",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "shipping",
    "business",
    "logistics",
    "travel"
  ],
  "prefer_related_applications": false,
  "_icons_note": "logo.jpg is a 900x211 wordmark, not a square icon. Declared with sizes=any so browsers scale it instead of stretching to a fixed-size square mask. To get crisp install icons, replace with square PNGs at icon-192.png + icon-512.png + icon-maskable-512.png with safe-zone padding.",
  "icons": [
    {
      "src": "logo.jpg",
      "sizes": "any",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Track shipment",
      "short_name": "Track",
      "url": "/app.html?go=track",
      "icons": [
        {
          "src": "logo.jpg",
          "sizes": "any",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "Get a quote",
      "short_name": "Quote",
      "url": "/app.html?go=quote",
      "icons": [
        {
          "src": "logo.jpg",
          "sizes": "any",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "Book pickup",
      "short_name": "Pickup",
      "url": "/app.html?go=book",
      "icons": [
        {
          "src": "logo.jpg",
          "sizes": "any",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "My shipments",
      "short_name": "Mine",
      "url": "/app.html?go=shipments",
      "icons": [
        {
          "src": "logo.jpg",
          "sizes": "any",
          "type": "image/jpeg"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/mobile.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "_screenshots_note": "Empty until real device-frame screenshots are available. Chrome's install dialog falls back to icons + name when screenshots are absent.",
  "screenshots": [],
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 480
  }
}
