{
    "name": "StudentHub",
    "short_name": "StudentHub",

    "start_url": "/",
    "display": "standalone",

    "background_color": "#f5f7fb",
    "theme_color": "#5367f5",

    "description": "StudentHub helps students and lecturers organize classes, study, schedules and course materials.",

    "orientation": "portrait-primary",

      "scope": "/",

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