{
  "name": "Illumen - AI Learning Companion",
  "short_name": "Illumen",
  "description": "The world's most effective learning companion. Combine neural networks with cognitive science for retention that lasts.",
  "start_url": "/",
  "display": "fullscreen",
  "orientation": "portrait",
  "background_color": "#FDFDFD",
  "theme_color": "#F5B744",
  "scope": "/",
  "lang": "en",
  "id": "illumen-learning-app",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/Logo.png",
      "sizes": "192x192 512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/Logo.png",
      "sizes": "192x192 512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Flashcards",
      "short_name": "Cards",
      "url": "/flashcards"
    },
    {
      "name": "AI Tutor",
      "short_name": "AI",
      "url": "/chat"
    },
    {
      "name": "Focus Timer",
      "short_name": "Focus",
      "url": "/focus"
    }
  ]
}
