{
  "name": "GnosisAI - Free AI Study Platform | Quizzes, Flashcards, 3D Anatomy & Smart Notes",
  "short_name": "GnosisAI",
  "description": "Free AI web study platform with an Interactive 3D Anatomy Explorer covering 10 body systems (skeletal, muscular, musculoskeletal, nervous, cardiovascular, respiratory, digestive, urinary, endocrine, lymphatic, integumentary). Premium adds university-level academic detail per muscle: origin, insertion, innervation, action. Also AI quizzes, flashcards, tests, tutor, math solver, citations, planner, humanizer, presentations & smart notes. 9 languages, no download.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#6366F1",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "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"
    },
    {
      "name": "AI Humanizer",
      "short_name": "Humanizer",
      "url": "/humanizer",
      "description": "Make AI text sound natural and human"
    }
  ],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}