{
  "id": "/",
  "name": "EduBot",
  "short_name": "EduBot",
  "description": "AI-powered educational platform for students, teachers, parents and school administrators.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#06b6d4",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "EduBot Tutor",
      "short_name": "EduBot",
      "url": "/dashboard",
      "description": "Open AI tutor"
    },
    {
      "name": "My Assignments",
      "short_name": "Homework",
      "url": "/dashboard",
      "description": "View assignments"
    }
  ]
}
