{
    "name": "Secure Chat",
    "short_name": "Secure Chat",
    "description": "End-to-end encrypted messaging with zero-knowledge architecture",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a0f",
    "theme_color": "#0a0a0f",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "social",
        "communication"
    ],
    "lang": "en"
}