{
    "name": "Top Head Guess",
    "short_name": "Head Guess",
    "description": "A fun party game - guess the image on your forehead!",
    "start_url": "/index.html",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#F8F9FA",
    "theme_color": "#6C5CE7",
    "icons": [
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["games", "entertainment", "party"],
    "lang": "en",
    "dir": "ltr",
    "screenshots": [],
    "prefer_related_applications": false
}