{
  "name": "Pathsala Plus",
  "short_name": "Pathsala",
  "description": "Learn Smart, Learn Fast - Your study companion",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#0661B9",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon1.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["education"],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Homepage"
    }
  ],
  "shortcuts": [
    {
      "name": "Study Notes",
      "url": "/content",
      "description": "Browse study notes"
    },
    {
      "name": "Test Series",
      "url": "/test-series",
      "description": "Practice tests"
    },
    {
      "name": "Predictor",
      "url": "/predictor",
      "description": "College predictor"
    }
  ]
}