{
    "name": "The Language Game",
    "short_name": "LangGame",
    "description": "Test your knowledge of world languages by guessing which language each text sample comes from!",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4a90e2",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/logo-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/logo-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}