{
    "name": "Omegle Redux",
    "short_name": "Omegle",
    "start_url": "/app",
    "display": "standalone",
    "background_color": "#fafafa",
    "theme_color": "#fafafa",
    "scope": "/",
    "orientation": "any",
    "lang": "en",
    "dir": "ltr",
    "description": "Omegle is a free online chat platform that allows you to talk to strangers anonymously. Connect with people from around the world and have fun conversations without revealing your identity.",
    "icons": [
        {
            "src": "/static/logo-32.webp",
            "sizes": "32x32",
            "type": "image/webp"
        },
        {
            "src": "/static/logo-64.webp",
            "sizes": "64x64",
            "type": "image/webp"
        },
        {
            "src": "/static/logo-96.webp",
            "sizes": "96x96",
            "type": "image/webp"
        },
        {
            "src": "/static/logo-128.webp",
            "sizes": "128x128",
            "type": "image/webp"
        },
        {
            "src": "/static/logo-256.webp",
            "sizes": "256x256",
            "type": "image/webp"
        }
    ]
}