{
    "name": "WORTSPATZ",
    "short_name": "WORTSPATZ",
    "description": "Ein Wordle-Spiel mit deutscher Wortliste",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#e6e6e6",
    "theme_color": "#e6e6e6",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/favicon/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/favicon/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "categories": ["games", "puzzle"],
    "lang": "de"
}