{
  "name": "FirstPassPA — PANCE Board Prep",
  "short_name": "FirstPassPA",
  "description": "NCCPA-aligned PANCE board exam prep for physician assistant students. 5,500+ questions, flashcards, timed exams, and AI tutor.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#07090F",
  "theme_color": "#07090F",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["education", "medical", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/practice-question.png",
      "sizes": "1600x900",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Practice Mode — Clinical Vignette Questions"
    },
    {
      "src": "/screenshots/exam-sim.png",
      "sizes": "1600x901",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Timed Exam Simulation"
    },
    {
      "src": "/screenshots/practice-question-mobile.png",
      "sizes": "720x1564",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Practice on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Practice Questions",
      "short_name": "Practice",
      "description": "Start a practice session",
      "url": "/?tab=practice",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Timed Exam",
      "short_name": "Exam",
      "description": "Start a timed exam simulation",
      "url": "/?tab=timed",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Flashcards",
      "short_name": "Cards",
      "description": "Review flashcard decks",
      "url": "/?tab=flashcards",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}