{
  "short_name": "APEX",
  "name": "APEX INSTITUTE",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "capture_links": "existing-client-navigate",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "auto",
  "protocol_handlers": [
    {
      "protocol": "web+apex",
      "url": "/?app=student"
    }
  ],
  "background_color": "#ffffff",
  "theme_color": "#065f46",
  "display": "standalone",
  "orientation": "portrait"
}
