{
  "name": "NAVLE Exam Prep",
  "short_name": "NAVLE Prep",
  "description": "Veterinary board exam preparation for NAVLE and BCSE — practice questions, flashcards, and timed exams.",
  "start_url": "/dashboard.php?pwa=1",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FAF7F0",
  "theme_color": "#2C5F5D",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "categories": ["education", "medical"],
  "icons": [
    {
      "src": "/api/pwa-icon.php?size=192",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/api/pwa-icon.php?size=512",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/api/pwa-icon.php?size=512&maskable=1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Practice Questions",
      "short_name": "Practice",
      "url": "/practice.php",
      "description": "Start a practice session"
    },
    {
      "name": "Flashcards",
      "short_name": "Flashcards",
      "url": "/flashcards.php",
      "description": "Study with flashcards"
    },
    {
      "name": "Timed Exam",
      "short_name": "Exam",
      "url": "/timed-exam-select.php",
      "description": "Take a timed mock exam"
    }
  ],
  "screenshots": []
}
