{
    "name": "dudd",
    "short_name": "dudd",
    "description": "A modern messaging application inspired by Telegram",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0088cc",
    "orientation": "portrait",
    "prefer_related_applications": false,
    "categories": [
        "social",
        "communication"
    ],
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}