{
    "name": "Enigma of Sépia Payment",
    "short_name": "EoS Payment",
    "description": "Payment system for Enigma of Sépia",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#324d70",
    "theme_color": "#b89d4d",
    "icons": [
        {
            "src": "./images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
} 