{
  "name": "SPARQ Study",
  "short_name": "SPARQ",
  "description": "AI-powered study and revision platform for teachers and students",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/favicon.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/logo.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    { "name": "Dashboard", "url": "/dashboard", "description": "Go to teacher dashboard" },
    { "name": "Student Dashboard", "url": "/student-dashboard", "description": "Go to student dashboard" }
  ]
}
