{
  "name": "The Admin Student CBT Platform",
  "short_name": "AdminCBT",
  "description": "Practice CBT tests, access course summaries, and track your performance — built for UNILESA students.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#05090f",
  "theme_color": "#00d2ff",
  "lang": "en",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "cbt-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "cbt-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start CBT Test",
      "short_name": "CBT",
      "description": "Jump straight into a CBT exam",
      "url": "/cbt.html",
      "icons": [{ "src": "cbt-logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Chatroom",
      "short_name": "Chat",
      "description": "Open the student chatroom",
      "url": "/chatroom.html",
      "icons": [{ "src": "cbt-logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Stats",
      "description": "View your performance dashboard",
      "url": "/tracking.html",
      "icons": [{ "src": "cbt-logo.png", "sizes": "192x192" }]
    }
  ]
}
