{
  "name": "Study AI - Personal AI Study Ecosystem",
  "short_name": "Study AI",
  "start_url": "/",
  "id": "com.studyai.app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "description": "AI-powered study platform for notes, quizzes, study planning, personalized learning, and smart exam preparation.",
  "lang": "hi",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,

  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "url": "/",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Notes Generator",
      "short_name": "Notes",
      "url": "/notes-creator",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Quiz Generator",
      "short_name": "Quiz",
      "url": "/quiz-generator",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}