{
    "name": "ALOE2",
    "short_name": "ALOE",
    "description": "Tu espacio de trabajo inteligente y orgánico",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#102A43",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        }
    ],
    "share_target": {
        "action": "/api/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": [
                        "image/*",
                        "video/*",
                        "audio/*",
                        "text/*",
                        "application/pdf"
                    ]
                }
            ]
        }
    }
}