{
    "name": "Activity Place",
    "short_name": "Activity Place",
    "theme_color": "#202020",
    "background_color": "#404040",
    "description": "event",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "/",
    "icons": [
        {
            "src": "/templates/black/logo/logo.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/templates/black/logo/logo.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}