{
  "name": "MedLabPrep",
  "short_name": "MedLabPrep",
  "description": "AI-powered lab science exam preparation for ASCP, CSMLS, AIMS and HCPC",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#061929",
  "theme_color": "#0D2B55",
  "categories": [
    "education",
    "medical"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MedLabPrep practice questions"
    }
  ],
  "shortcuts": [
    {
      "name": "Practice Questions",
      "short_name": "Practice",
      "description": "Start a practice session",
      "url": "/practice",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Flashcards",
      "short_name": "Flashcards",
      "description": "Review flashcards",
      "url": "/flashcards",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
