{
    "short_name": "VIZO",
    "name": "VIZO",
    "id": "/",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": [ "standalone", "fullscreen", "minimal-ui" ],
    "orientation": "any",
    "background_color": "#07090e",
    "theme_color": "#07090e",
    "icons": [
        {
            "src": "img/icon-192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any maskable"
        },
        {
            "src": "img/icon-512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any maskable"
        }
    ]
}
