{
  "name": "SikhoEasy - AI Learning Platform",
  "short_name": "SikhoEasy",
  "description": "Personalized AI-driven learning platform for students. Master subjects with adaptive lessons, real-time feedback, interactive learning games, PDF Q&A, progress tracking, bookmarking, flagging, and learning streaks for CBSE, ICSE, Cambridge, and State Board curricula.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/logo.webp",
      "sizes": "1200x630",
      "type": "image/webp",
      "form_factor": "wide"
    }
  ],
  "categories": ["education", "learning", "productivity"],
  "shortcuts": [
    {
      "name": "Student Dashboard",
      "short_name": "Dashboard",
      "description": "Go to student dashboard",
      "url": "/student/dashboard",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Ask Question",
      "short_name": "Ask AI",
      "description": "Ask a question to AI tutor",
      "url": "/student/questions",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Learning Games",
      "short_name": "Games",
      "description": "Play educational games",
      "url": "/student/games",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Progress Tracking",
      "short_name": "Progress",
      "description": "View learning progress and analytics",
      "url": "/student/progress",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Bookmarked Questions",
      "short_name": "Bookmarks",
      "description": "Review bookmarked questions",
      "url": "/student/bookmarks",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "PDF Learning",
      "short_name": "PDF Q&A",
      "description": "Upload PDF and ask questions",
      "url": "/student/pdf-questions",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
