{
    "name": "DK Dashboard",
    "short_name": "DK Dash",
    "description": "Client Dashboard — DK Dynamic Ventures",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#0A0A0A",
    "theme_color": "#0A0A0A",
    "orientation": "any",
    "icons": [
        {
            "src": "/static/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
