{
    "name": "Progress LMS",
    "short_name": "LMS",
    "description": "Progress Learning Management System",
    "start_url": "/lms/library",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0f172a",
    "theme_color": "#3b82f6",
    "lang": "en",
    "scope": "/",
    "categories": [
        "education"
    ],
    "icons": [
        {
            "src": "/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Library",
            "short_name": "Library",
            "url": "/lms/library",
            "icons": [
                {
                    "src": "/icons/shortcut-library.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "My Courses",
            "short_name": "Courses",
            "url": "/lms/courses",
            "icons": [
                {
                    "src": "/icons/shortcut-courses.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}