{
    "name": "Live HTML Editor",
    "short_name": "Live HTML Editor",
    "description": "A online platform to edit HTML with syntax highlighting and live updates.",
    "theme_color": "#202124",
    "background_color": "#202124",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "256x256",
            "type": "image/x-icon"
        },
        {
            "src": "/favicon.png",
            "sizes": "200x200",
            "type": "image/png"
        },
        {
            "src": "/favicon800.png",
            "sizes": "800x800",
            "type": "image/png"
        }
    ],
    "display": "standalone",
    "start_url": "/",
    "screenshots": [
        {
            "src": "/screenshot.png",
            "form_factor": "wide",
            "sizes": "3840x1792",
            "type": "image/png"
        },
        {
            "src": "/screenshot_mobile.png",
            "form_factor": "narrow",
            "sizes": "538x1165",
            "type": "image/png"
        }
    ],
    "lang": "en",
    "orientation": "any",
    "categories": [
        "education",
        "utilities"
    ]
}