{
  "name": "EduSeek AI",
  "short_name": "EduSeek",
  "description": "AI-powered personalized learning with tutors, assignments, and learning apps for students",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "any",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/images/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Assignments",
      "short_name": "Assignments",
      "description": "View and complete your assignments",
      "url": "/classrooms",
      "icons": [{ "src": "/images/icons/assignments-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "AI Tutors",
      "short_name": "Tutors",
      "description": "Chat with AI tutors for help",
      "url": "/tutors",
      "icons": [{ "src": "/images/icons/tutor-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Learning Apps",
      "short_name": "Apps",
      "description": "Access learning apps and games",
      "url": "/learning-apps",
      "icons": [{ "src": "/images/icons/apps-icon.png", "sizes": "96x96" }]
    }
  ]
}
