{
    "name": "Cloudbizz Go",
    "short_name": "Cloudbizz",
    "start_url": "/go",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0b5fff",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "16x16 32x32 64x64",
            "type": "image/x-icon"
        },
        {
            "src": "/cloudbizz-icon.svg",
            "sizes": "192x192 512x512 any",
            "type": "image/svg+xml"
        },
        {
            "src": "/cloudbizz-icon.svg",
            "sizes": "192x192 512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ]
}