{
  "name": "Measuring Mastery",
  "short_name": "MM",
  "description": "Install Measuring Mastery for faster access, app-like navigation, and secure offline assessment and learning support.",
  "start_url": "/student/post-login?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0071AF",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity"],
  "icons": [
    { "src": "/icons/icon.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/maskable-icon.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Student Dashboard", "short_name": "Student", "url": "/student/dashboard", "icons": [{ "src": "/icons/icon.svg", "sizes": "192x192", "type": "image/svg+xml" }] },
    { "name": "Enter Assessment Code", "short_name": "Assessment", "url": "/student/assessment-code", "icons": [{ "src": "/icons/icon.svg", "sizes": "192x192", "type": "image/svg+xml" }] }
  ]
}
