{
  "name": "PostHub — Pakketten, bonnetjes & garantie",
  "short_name": "PostHub",
  "description": "Pakket-tracking, bonnetjes, retouren en garantie op één plek.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FAF7F2",
  "theme_color": "#C15F3C",
  "lang": "nl-NL",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "lifestyle"],
  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": { "client_mode": "navigate-existing" },
  "handle_links": "preferred",
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "edge_side_panel": { "preferred_width": 420 },
  "icons": [
    { "src": "/favicon.png", "sizes": "64x64", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Pakketten",
      "short_name": "Pakketten",
      "description": "Bekijk je pakket-tracking",
      "url": "/pakketten",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Bonnetjes",
      "short_name": "Bonnetjes",
      "description": "Bekijk je bonnetjes",
      "url": "/bonnetjes",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Garantie",
      "short_name": "Garantie",
      "description": "Bekijk je garanties",
      "url": "/garantie",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}