{
  "name": "Study AI - Personal AI Study Ecosystem",
  "short_name": "Study AI",
  "start_url": "/?source=pwa",
  "id": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["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",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": { "preferred_width": 480 },

  "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" },
    { "src": "/images/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/images/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Study AI - AI study assistant for Indian students"
    }
  ],

  "share_target": {
    "action": "/?share=1",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },

  "protocol_handlers": [
    { "protocol": "web+studyai", "url": "/?cmd=%s" }
  ],

  "shortcuts": [
    {
      "name": "Voice Assistant",
      "short_name": "Assistant",
      "url": "/assist?source=shortcut",
      "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" }]
    }
  ]
}
