{
  "name": "InfyLearn",
  "description": "From live-led learning to AI interviews and proctored skill assessments, a complete SaaS suite designed to transform student outcomes and placement results.",
  "short_name": "InfyLearn",
  "icons": [
    {
      "src": "/static/infylearn-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/infylearn-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "/pwa-app",
  "id": "/",
  "scope": "/",
  "display": "fullscreen",
  "theme_color": "#0066cc",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "screenshots": [
    {
      "src": "/static/icons/screenshot-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop View"
    },
    {
      "src": "/static/icons/screenshot-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile View"
    }
  ],
  "protocol_handlers": [{"protocol":"mailto","url":"/newEmail?to=%s"}], 
  "display_override": ["window-controls-overlay"], 
  "shortcuts": [
    {
      "name":"Profile",
      "url":"/learner/profile",
      "description":"View your profile"
    }
  ],
  "scope_extensions": [
    {"type": "origin", "origin": "https://www.boardinfinity.com"},
    {"type": "origin", "origin": "https://platform.infylearn.com"},
    {"type": "origin", "origin": "https://leadup.testbi.com"},
    {"type": "origin", "origin": "https://bi.testbi.com"}
  ],
  "categories": ["education", "learning", "training", "certification", "placement", "interview", "skill assessment", "resume builder", "job portal"]
}