{
    "theme_color": "#006c74",
    "background_color": "#f4f6fc",
    "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": "Manage your investments with Client Portal, powered by DFS",
    "display": "standalone",
    "display_override": ["standalone"],
    "dir": "ltr",
    "id": "/dashboard",
    "lang": "en-US",
    "name": "DFS Client 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": "Client Portal",
    "start_url": "/dashboard",
    "scope": "/"
}
