{
    "name": "PartyGames",
    "short_name": "PartyGames",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#121212",
    "theme_color": "#bb86fc",
    "description": "Multiplayer Party Games Platform",
    "icons": [
        {
            "src": "icon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "logo.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}