{
    "name": "PSPZ – Gra Memory",
    "short_name": "PSPZ Memory",
    "description": "Klubowa gra Memory – Projekt Siatkówka Plażowa Żyrardów",
    "id": "/gra-memory/",
    "start_url": "/gra-memory/",
    "scope": "/gra-memory/",
    "display": "standalone",
    "background_color": "#1e40af",
    "theme_color": "#1e40af",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/gra-memory/images/pwa-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/gra-memory/images/pwa-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/gra-memory/images/pwa-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}