{
    "id": "/",
    "scope": "/",
    "name": "Droplx - Instant File Sharing",
    "short_name": "Droplx",
    "description": "Create instant file sharing rooms. Upload and share files securely.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "share_target": {
        "action": "/api/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "media",
                    "accept": [
                        "image/*",
                        "video/*",
                        "audio/*",
                        "application/*",
                        "text/*",
                        ".pdf",
                        ".doc",
                        ".docx",
                        ".xls",
                        ".xlsx",
                        ".ppt",
                        ".pptx",
                        ".zip",
                        ".rar",
                        ".7z",
                        ".txt",
                        ".csv",
                        ".json",
                        ".xml",
                        ".svg",
                        ".webp",
                        ".gif",
                        ".mp4",
                        ".mp3",
                        ".wav"
                    ]
                }
            ]
        }
    }
}