{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "name": "FreeShow Output",
    "short_name": "FreeShow Output",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#242832",
    "theme_color": "#242832",
    "description": "View the output from FreeShow.",
    "icons": [
        {
            "src": "icon.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "icon.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "icon.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "icon.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "icon.png",
            "sizes": "168x168",
            "type": "image/png"
        },
        {
            "src": "icon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icon.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
