{
  "id": "academy.elefy.cbt",
  "name": "Elefy Academic Portal",
  "short_name": "Elefy",
  "description": "Professional Computer Based Testing and Result Management System.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "landing_page.php",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#ffffff",
  "theme_color": "#dd4814",
  "orientation": "portrait-primary",
  "categories": [
    "education",
    "productivity"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "assets/screenshot-mobile.png",
      "sizes": "720x1640",
      "type": "image/png",
      "label": "Student Examination Dashboard",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Take Examination",
      "short_name": "Exams",
      "description": "Jump straight into your active course assessments",
      "url": "select_path.php",
      "icons": [{ "src": "assets/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Check Results",
      "short_name": "Results",
      "description": "View your academic performance and history",
      "url": "index.php",
      "icons": [{ "src": "assets/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
