{
    "name": "VirtuWebVentures Wallet",
    "short_name": "VirtuWebVentures",
    "description": "Your secure cryptocurrency wallet on the web.",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#1f2937",
    "theme_color": "#000000",
    "icons": [{
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon"
        }
    ]
}