{
    "name": "FileXL - Send Large Files Free",
    "short_name": "FileXL",
    "description": "Free File Transfer with Resumable Uploads and Downloads.",
    "start_url": "/index.php?app=true",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#007bff",
    "icons": [
        {
            "src": "/app/icons/icon-192x192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any maskable"
        },
        {
            "src": "/app/icons/icon-512x512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/app/splash/screenshot1.png",
            "type": "image/png",
            "sizes": "1280x720",
            "form_factor": "wide"
        },
        {
            "src": "/app/splash/screenshot2.png",
            "type": "image/png",
            "sizes": "1280x720",
            "form_factor": "wide"
        }
    ],
    "share_target": {
        "action": "/app/share_handler.php",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "share_title",
            "text": "share_text",
            "url": "share_url",
            "files": [
                {
                    "name": "share_file",
                    "accept": [
                        "image/*",
                        "video/*",
                        "application/pdf",
                        "*/*"
                    ]
                }
            ]
        }
    }
}