{
  "name": "ExamPortal - Online Examination System",
  "short_name": "ExamPortal",
  "description": "Secure Online Examination System powered by Best Scholars",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "images/titleimage.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/titleimage.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Student Dashboard",
      "url": "/student-dashboard.html",
      "description": "Go to student dashboard"
    },
    {
      "name": "Teacher Dashboard",
      "url": "/teacher-dashboard.html",
      "description": "Go to teacher dashboard"
    }
  ]
}
