{
    "name": "Catalyst \u2014 UK Enterprise Operations",
    "short_name": "Catalyst",
    "description": "The operating system for UK enterprise HR, payroll, and workforce management.",
    "start_url": "/sign-up-login-screen",
    "display": "standalone",
    "background_color": "#0a0f1e",
    "theme_color": "#00d4ff",
    "orientation": "any",
    "icons": [
        {
            "src": "/assets/images/pwa-icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/assets/images/pwa-icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/images/app_logo.png",
            "sizes": "any",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}