{
  "name": "Interactive Reading Coach",
  "short_name": "Interactive Reading Coach",
  "description": "AI-Powered Reading Comprehension Platform with Real-Time Scaffolding",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0B0F19",
  "theme_color": "#8B5CF6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./owl.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "books", "productivity"],
  "shortcuts": [
    {
      "name": "Student Portal",
      "short_name": "Student",
      "description": "Enter the student diagnostic portal and quizzes",
      "url": "./student.html",
      "icons": [{ "src": "./owl.png", "sizes": "512x512" }]
    },
    {
      "name": "Teacher Portal",
      "short_name": "Teacher",
      "description": "Manage classes and view insights",
      "url": "./teacher.html",
      "icons": [{ "src": "./owl.png", "sizes": "512x512" }]
    }
  ]
}

