{
  "name": "GuruCode — AI Coding Mentor",
  "short_name": "GuruCode",
  "description": "Don't just fix code. Learn why it broke. India's Socratic AI coding mentor for DSA & placement prep.",
  "start_url": "/problems",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity", "developer tools"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "GuruCode Problems Arena"
    }
  ],
  "shortcuts": [
    {
      "name": "Practice Problems",
      "short_name": "Problems",
      "description": "Open the DSA Problems Arena",
      "url": "/problems",
      "icons": [{"src": "/icons/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "AI Guru Mentor",
      "short_name": "Guru",
      "description": "Chat with your AI coding mentor",
      "url": "/mentor",
      "icons": [{"src": "/icons/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "Roadmaps",
      "short_name": "Roadmaps",
      "description": "Browse learning roadmaps",
      "url": "/roadmaps",
      "icons": [{"src": "/icons/icon-96.png", "sizes": "96x96"}]
    }
  ]
}
