{
  "name": "GnosisAI - AI Study Assistant | Quiz Generator, Flashcards & AI Tutor",
  "short_name": "GnosisAI",
  "description": "Free AI study app. Generate quizzes, flashcards, practice tests & presentations from PDFs. AI chat tutor, math solver, citation generator, study planner & AI humanizer. 8 languages.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#6366F1",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "shortcuts": [
    {
      "name": "AI Chat Tutor",
      "short_name": "Chat",
      "url": "/chat",
      "description": "Ask study questions and get AI explanations"
    },
    {
      "name": "Generate Quiz",
      "short_name": "Quiz",
      "url": "/test",
      "description": "Create AI quizzes from your study materials"
    },
    {
      "name": "Flashcards",
      "short_name": "Cards",
      "url": "/flashcards",
      "description": "Generate AI flashcards from PDFs"
    },
    {
      "name": "Math Solver",
      "short_name": "Math",
      "url": "/math-solver",
      "description": "Solve math problems with step-by-step AI"
    }
  ],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}