{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",

  "name": "i-Capital Africa Group",
  "short_name": "iCapital",
  "description": "i-Capital Africa Group helps institutions grow, transform, and compete through a connected set of services that bridge people, strategy, capital markets, and technology with a strong focus on measurable execution.",

  "start_url": "/",
  "scope": "/",
  "id": "/",

  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],

  "orientation": "portrait-primary",

  "theme_color": "#0a1628",
  "background_color": "#0a1628",

  "lang": "en",
  "dir": "ltr",

  "categories": [
    "business",
    "finance",
    "education",
    "productivity"
  ],

  "icons": [
    {
      "src": "/images/i-logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/i-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/i-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/white.logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    }
  ],

  "screenshots": [
    {
      "src": "/images/home.bg.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "i-Capital Africa Group — Home Page"
    },
    {
      "src": "/images/who-we-are.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Who We Are — i-Capital Africa Group"
    },
    {
      "src": "/images/apply.bg.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Apply — i-Capital Africa Group"
    }
  ],

  "shortcuts": [
    {
      "name": "About Us",
      "short_name": "About",
      "description": "Learn about i-Capital Africa Group's mission and vision",
      "url": "/about",
      "icons": [
        {
          "src": "/images/i-logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Our Services",
      "short_name": "Services",
      "description": "Explore the full range of services offered by i-Capital Africa Group",
      "url": "/services",
      "icons": [
        {
          "src": "/images/i-logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Apply Now",
      "short_name": "Apply",
      "description": "Apply for programs and opportunities at i-Capital Africa",
      "url": "/apply",
      "icons": [
        {
          "src": "/images/i-logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Events & Summits",
      "short_name": "Events",
      "description": "Discover upcoming events, summits, and conferences",
      "url": "/events",
      "icons": [
        {
          "src": "/images/i-logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false,

  "handle_links": "preferred",

  "launch_handler": {
    "client_mode": "navigate-existing"
  },

  "edge_side_panel": {
    "preferred_width": 480
  }
}
