{
  "name": "EZEMS CBE LMS",
  "short_name": "EZEMS",
  "description": "CBC Learning Management System — works offline",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#f59e0b",
  "orientation": "any",
  "categories": ["education"],
  "icons": [
    { "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    { "name": "My Lessons", "url": "/student/lessons", "description": "View your lessons" },
    { "name": "Quizzes",    "url": "/student/quizzes", "description": "Take a quiz" }
  ]
}