{
  "name": "ALE - Adaptive Learning",
  "short_name": "ALE",
  "description": "AI-powered adaptive learning with spaced repetition, Socratic tutoring, and mastery tracking.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0d7ef0",
  "background_color": "#0a0a0f",
  "lang": "en",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Review",
      "short_name": "Review",
      "url": "/review",
      "description": "Review due flashcards"
    },
    {
      "name": "Learn Next",
      "short_name": "Learn",
      "url": "/learn",
      "description": "Continue your adaptive learning path"
    },
    {
      "name": "Knowledge Map",
      "short_name": "Map",
      "url": "/graph",
      "description": "Explore the concept graph"
    }
  ]
}
