{
    "background_color": "#4ba4e8",
    "description": "A guess and check ball game.",
    "display": "standalone",
    "icons": [
        {
            "src": "img/favicon192x.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any"
        },
        {
            "src": "img/maskable_icon_x192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "maskable"
        }
    ],
    "name": "Mastermind",
    "short_name": "Mastermind",
    "start_url": "/mastermind/index.html"
}