{
    "id": "/dashboard",
    "name": "MiniBeast University",
    "short_name": "MB Uni",
    "description": "MiniBeast University - Online Learning Platform",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#f5f5f5",
    "theme_color": "#1a1a2e",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/assets/screenshots/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "MiniBeast University dashboard on desktop"
        },
        {
            "src": "/assets/screenshots/screenshot-narrow.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "MiniBeast University dashboard on mobile"
        }
    ],
    "shortcuts": [
        {
            "name": "My Courses",
            "url": "/dashboard",
            "description": "View your enrolled courses",
            "icons": [
                {
                    "src": "/assets/icons/shortcut-courses.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Account",
            "url": "/account",
            "description": "Manage your account",
            "icons": [
                {
                    "src": "/assets/icons/shortcut-account.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "categories": ["education"]
}
