{
  "name": "KanSiri - KPSC Exam Practice",
  "short_name": "KanSiri",
  "description": "Online Examination Platform for Karnataka Government Exams - KPSC, KAS, FDA, SDA, PSI",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1B4FD8",
  "scope": "/",
  "categories": [
    "education",
    "business"
  ],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Available Exams",
      "short_name": "Exams",
      "url": "/exams",
      "description": "Browse available mock tests"
    },
    {
      "name": "My Results",
      "short_name": "Results",
      "url": "/my-attempts",
      "description": "View your exam results"
    },
    {
      "name": "Leaderboard",
      "short_name": "Rankings",
      "url": "/leaderboard",
      "description": "Check rankings"
    }
  ]
}