{
    "name": "MCTools Presentation Clock",
    "short_name": "MCTClock",
    "start_url": "./",
    "theme_color": "#ffc252",
    "scope": "./",
    "display": "standalone",
    "icons": [
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/icon-1024.png",
            "sizes": "1024x1024",
            "type": "image/png"
        },
        {
            "src": "icons/icon-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }


    ],
    "description": "A configurable timer for presentations",
    "screenshots": [
        {
            "src": "icons/screenshot.png",
            "sizes": "997x719",
            "type": "image/png"
        }
    ]
}
