{
  "name": "Devora Premium Study Portal",
  "short_name": "Devora Study",
  "description": "Premium study materials, notes, test series, and APK downloads for JEE, NEET, and more.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#070a13",
  "theme_color": "#0f172a",
  "lang": "en",
  "categories": ["education", "productivity", "books"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore Materials",
      "short_name": "Explore",
      "description": "Browse all study materials",
      "url": "/?tab=explore",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Test Series",
      "short_name": "Tests",
      "description": "Take mock tests",
      "url": "/?tab=test_series",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Downloads",
      "short_name": "Downloads",
      "description": "View your downloads",
      "url": "/?tab=downloads",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false
}