{
  "name": "UniversityNotes",
  "short_name": "UniversityNotes",
  "description": "Free Gurugram University & MDU Notes, Question Papers & Study Material",
  
  "start_url": "/",
  "scope": "/",
  
  "display": "standalone",
  "orientation": "portrait",
  
  "background_color": "#ffffff",
  "theme_color": "#1e3a8a",

  "icons": [
    {
      "src": "/universitynoteslogo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/universitynoteslogo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ]
}