{
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "icons": [
        {
            "src": "/static/img/favicon/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/img/favicon/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "orientation": "portrait",
    "description": "Operational portal for managing the End of Service Benefits",
    "display": "standalone",
    "display_override": ["standalone"],
    "dir": "ltr",
    "id": "/operations",
    "lang": "en-US",
    "name": "Hayah Operational Portal",
    "screenshots": [
        {
            "src": "/static/img/favicon/screenshot-540x720.webp",
            "type": "image/png",
            "sizes": "540x720",
            "form_factor": "narrow"
        },
        {
            "src": "/static/img/favicon/screenshot-720x540.webp",
            "type": "image/jpg",
            "sizes": "720x540",
            "form_factor": "wide"
        }
    ],
    "short_name": "Hayah Operational Portal",
    "start_url": "/operations",
    "scope": "/"
}
