{
    "name": "Download App",
    "short_name": "Download App",
    "description": "Progressive Web App for LMS App",
    "icons": [
        {
            "src": "maskable_icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icon144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        }      
    ],
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#212121"
}