{
    "name": "Alerxio Super Admin",
    "short_name": "Alerxio SA",
    "description": "Alerxio multi-tenant super admin console",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "theme_color": "#6D28D9",
    "background_color": "#ffffff",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/img/Alerxio-favicon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/Alerxio-main-logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/Alerxio-main-logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/img/Alerxio-favicon.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Tenants",
            "short_name": "Tenants",
            "url": "/tenants",
            "icons": [
                {
                    "src": "/img/Alerxio-favicon.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}