{
    "name": "FundMind",
    "short_name": "FundMind",
    "description": "Secure cryptocurrency wallet with swap, NFT, and DeFi features",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#000000",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/favicon.png?v=8",
            "sizes": "1024x1024",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/app-icon-192.png?v=8",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/app-icon-512.png?v=8",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon.png?v=8",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}