{
  "name": "WB HCI+ App",
  "short_name": "HCI+",
  "description": "World Bank HCI+ Application",
  "start_url": "/hciplus/?pwa=true",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#003f7f",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "related_applications": [{
    "platform": "webapp",
    "url": "https://humancapital.worldbank.org/hciplus/pwa-manifest.json"
  }],
  "icons": [
    {
      "src": "/hciplus/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/hciplus/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/hciplus/images/screenshot-narrow.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/hciplus/dashboard",
      "description": "View dashboard"
    },
    {
      "name": "Insights",
      "url": "/hciplus/insights",
      "description": "View insights analysis"
    },
    {
      "name": "Methodology",
      "url": "/hciplus/methodology",
      "description": "View methodology"
    }
  ]
}
