{
    "name": "Notes For BCA",
    "short_name": "BCA Notes",
    "protocol_handlers": [
        {
            "protocol": "web+notes",
            "url": "https://notesforbca.netlify.app/?q=%s"
        }
    ],
    "start_url": "/",
    "display": "standalone",
    "description": "Your ultimate resource for BCA notes, covering all semesters and key topics. Concise, easy-to-understand notes, syllabus, quizzes, and more.",
    "lang": "English",
    "dir": "auto",
    "theme_color": "#c9e4fc",
    "background_color": "#36536b",
    "id": "notesforbca",
    "orientation": "any",
    "icons": [
        {
            "src": "./siteresources/favicons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "./siteresources/favicons/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "./siteresources/screenshot.png",
            "sizes": "2880x1800",
            "type": "image/png",
            "description": "A screenshot of the home page"
        }
    ],
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Home Page",
            "url": "/",
            "description": "Home Page"
        }
    ],
    "categories": [
    "education",
    "utilities"
  ]
}