{
    "name": "3EA Chat",
    "short_name": "3EA Chat",
    "id": "/",
    "description": "Fast, modern 3EA Chat application.",
    "start_url": "/chat/embed",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "fullscreen", "minimal-ui"],
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#3f3f3f",
    "share_target": {
        "action": "/chat/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": ["*/*"]
                }
            ]
        }
    },
    "screenshots": [
        {
            "src": "/icons/icon_x512_v2.png",
            "sizes": "1080x2196",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "icons": [
        {
            "purpose": "any",
            "sizes": "512x512",
            "src": "icons/icon.png",
            "type": "image/png"
        },
        {
            "purpose": "maskable",
            "sizes": "48x48",
            "src": "icons/icon_x48.png",
            "type": "image/png"
        },
        {
            "purpose": "maskable",
            "sizes": "72x72",
            "src": "icons/icon_x72.png",
            "type": "image/png"
        },
        {
            "purpose": "maskable",
            "sizes": "96x96",
            "src": "icons/icon_x96.png",
            "type": "image/png"
        },
        {
            "purpose": "maskable",
            "sizes": "128x128",
            "src": "icons/icon_x128.png",
            "type": "image/png"
        },
        {
            "purpose": "maskable",
            "sizes": "192x192",
            "src": "icons/icon_x192.png?v=2",
            "type": "image/png"
        },
        {
            "purpose": "maskable",
            "sizes": "384x384",
            "src": "icons/icon_x384.png",
            "type": "image/png"
        },
        {
            "purpose": "maskable",
            "sizes": "512x512",
            "src": "icons/icon_x512_v2.png?v=2",
            "type": "image/png"
        }
    ],
    "categories": ["productivity", "communication", "social"]
}
