{
    "id": "TempChats-Main",
    "name": "TempChats",
    "short_name": "TempChats",
    "description": "Private, temporary real-time chat rooms. No sign-ups. Fast, secure, ephemeral messaging.",

    "lang": "en",
    "dir": "ltr",

    "start_url": "/?source=pwa",
    "scope": "/",

    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],

    "background_color": "#050a08",
    "theme_color": "#00ff9c",

    "orientation": "portrait-primary",

    "categories": [
        "social",
        "communication",
        "productivity"
    ],

    "prefer_related_applications": false,

    "icons": [
        {
            "src": "/static/images/icons/launchericon-48x48.png",
            "sizes": "48x48",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/images/icons/launchericon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/images/icons/launchericon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/images/icons/launchericon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/icons/launchericon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],

    "screenshots": [
        {
            "src": "/static/images/screenshots/mobile.png",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile chat room interface"
        },
        {
            "src": "/static/images/screenshots/desktop.png",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Desktop TempChats interface"
        }
    ],

    "shortcuts": [
        {
            "name": "Host Room",
            "short_name": "Host",
            "description": "Host a new temporary chat room",
            "url": "/host",
            "icons": [
                {
                    "src": "/static/images/icons/launchericon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Join Room",
            "short_name": "Join",
            "description": "Join an existing room",
            "url": "/join",
            "icons": [
                {
                    "src": "/static/images/icons/launchericon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Message Admin",
            "short_name": "Admin",
            "description": "Message the Admin",
            "url": "/chat",
            "icons": [
                {
                    "src": "/static/images/icons/launchericon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}