{
    "id": "/user/dashboard",
    "name": "Li Crown investment",
    "short_name": "li crown investment",
    "description": "Your investment dashboard and wallet app",
    "start_url": "/user/dashboard?source=pwa",
    "scope": "/",
    "display": "standalone",
    "background_color": "#050a18",
    "theme_color": "#050a18",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/assets/images/logoIcon/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/images/logoIcon/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}