{
    "name": "IntegriSend",
    "short_name": "IntegriSend",
    "description": "Secure file sharing. End-to-end encrypted, Dutch hosted, GDPR compliant.",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#EFEFEB",
    "theme_color": "#333333",
    "orientation": "any",
    "scope": "/",
    "icons": [
        {
            "src": "/favicon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["business", "productivity", "security"],
    "share_target": {
        "action": "/dashboard",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": ["*/*"]
                }
            ]
        }
    }
}
