{
    "name": "Imani Wallet",
    "short_name": "Imani",
    "description": "Gift card wallet with Cashu ecash and Lightning payments",
    "start_url": "/home.html",
    "display": "standalone",
    "background_color": "#1a1a2e",
    "theme_color": "#7c3aed",
    "orientation": "portrait",
    "scope": "/",
    "lang": "en",
    "categories": ["finance", "shopping"],
    "icons": [
        {
            "src": "/images/icon-48.png",
            "sizes": "48x48",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icon-256.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Send Voucher",
            "short_name": "Send",
            "description": "Send a gift voucher to someone",
            "url": "/send.html",
            "icons": [
                {
                    "src": "/images/shortcut-send-96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Receive Voucher",
            "short_name": "Receive",
            "description": "Receive and claim vouchers",
            "url": "/receive.html",
            "icons": [
                {
                    "src": "/images/shortcut-receive-96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "My Wallet",
            "short_name": "Wallet",
            "description": "View your wallet balance",
            "url": "/vouchers.html",
            "icons": [
                {
                    "src": "/images/shortcut-wallet-96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "screenshots": [
        {
            "src": "/images/screenshot-home.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "platform": "narrow",
            "label": "Home screen"
        },
        {
            "src": "/images/screenshot-send.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "platform": "narrow",
            "label": "Send voucher"
        }
    ],
    "gcm_sender_id": "103953800507"
}
