{
    "id": "/",
    "name": "ChessFaucet",
    "short_name": "ChessFaucet",

    "description": "Play chess and earn satoshis by winning games. Juega al ajedrez y gana satoshis.",

    "start_url": "/?source=pwa",
    "scope": "/",

    "display": "standalone",
    "orientation": "landscape",

    "background_color": "#ffffff",
    "theme_color": "#1e1e1e",

    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
