{
    "name": "Flyzen",
    "short_name": "Flyzen",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#FFFFFF",
    "theme_color": "#0EA5E9",
    "icons": [
        {
            "src": "/logo-192x.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/logo-512x.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}