{
  "name": "GlowBoard - Beauty Exam Prep",
  "short_name": "GlowBoard",
  "description": "Personalized exam prep for esthetics, cosmetology, nail technology, and barbering students. Practice chapter by chapter, prepare for all 50 state boards, and get guided by an AI tutor.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f4f2",
  "theme_color": "#1a1a1a",
  "orientation": "portrait-primary",
  "categories": ["education", "health", "beauty"],
  "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"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your study dashboard",
      "url": "/dashboard"
    },
    {
      "name": "State Boards",
      "short_name": "State Boards",
      "description": "Browse state board practice exams",
      "url": "/state-boards"
    },
    {
      "name": "AI Tutor",
      "short_name": "AI Tutor",
      "description": "Chat with GlowBot AI tutor",
      "url": "/chat"
    }
  ]
}
