{
    "name": "The Lyngs Quiz",
    "short_name": "Lyngs Quiz",
    "description": "A prestigious academic-style quiz game featuring text and image questions. Challenge your knowledge in a refined, university-inspired setting.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#002147",
    "theme_color": "#C5A059",
    "orientation": "landscape",
    "categories": [
        "games",
        "entertainment",
        "education"
    ],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}