{
    "id": "/",
    "name": "Dead Drop",
    "short_name": "Dead Drop",
    "description": "Secure case-based agent conversations.",
    "start_url": "/login",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "fullscreen"],
    "orientation": "portrait",
    "theme_color": "#0b0e12",
    "background_color": "#0b0e12",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
