{
  "name": "Examly | Offline CBT Practice Platform",
  "short_name": "Examly",
  "description": "Offline-first CBT practice platform with Markdown question banks, LaTeX support, prompt templates and installable PWA.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "en-US",
  "categories": ["education", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
    ,
   {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
   }
   
  ],
  "shortcuts": [
    {
      "name": "CBT Practice Hub",
      "short_name": "CBT Hub",
      "description": "Select question banks, topic trees and timer settings",
      "url": "/#cbt",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Past Results & Scorecard",
      "short_name": "Results",
      "description": "View saved test scores and detailed performance analytics",
      "url": "/#score",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
