{
    "name": "P99 Online",
    "short_name": "P99",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#343D46",
    "background_color": "#343D46",
    "icons": [{
            "src": "/icons/logo.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/logo.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}