{
    "name": "Clock24",
    "short_name": "Clock",
    "start_url": "/",
    "display": "fullscreen",
    "background_color": "black",
    "theme_color": "black",
    "orientation": "any",
    "description": "See a really big clock",
    "icons": [
        {
            "src": "img/blueClock_512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "img/blueClock_192.png",
            "sizes": "192x192",
            "type": "image/png"
        }
    ]
}