{
  "name": "Medical Licensing LMS",
  "short_name": "LMS Portal",
  "description": "Practice test portal for medical licensing exam questions. Students can take image-based practice tests and track their progress.",
  "start_url": "/lms",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#009095",
  "categories": ["education", "medical"],
  "icons": [
    {
      "src": "/img/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
