{
    "short_name": "Kerovit",
    "name": "Kerovit Sales",
    "id": "/splash",
    "start_url": "/splash",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0f121a",
    "theme_color": "#0f121a",
    "icons": [
        {
            "src": "/assets/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}