{
    "id": "/",
    "name": "Share",
    "short_name": "Share",
    "description": "Fast, secure, end-to-end encrypted temporary file sharing service with zero sign up required.",
    "lang": "en",
    "dir": "ltr",
    "start_url": "/",
    "scope": "/",
    "scope_extensions": [
        {
            "origin": "*.arzonet.com"
        },
        {
            "origin": "https://share.arzonet.com"
        }
    ],
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "orientation": "any",
    "background_color": "#ffffff",
    "theme_color": "#09090b",
    "prefer_related_applications": false,
    "related_applications": [],
    "handle_links": "preferred",
    "icons": [
        {
            "src": "/favicon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon-192.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/favicon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Instant Encrypted File Sharing"
        },
        {
            "src": "/favicon-192.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Fast Zero Sign-up File Transfer on share.arzonet.com"
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": [
                        "*/*"
                    ]
                }
            ]
        }
    },
    "file_handlers": [
        {
            "action": "/share-target",
            "accept": {
                "*/*": []
            }
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+share",
            "url": "/?share_url=%s"
        }
    ],
    "serviceworker": {
        "src": "/sw.js",
        "scope": "/",
        "type": "classic"
    },
    "edge_side_panel": {
        "preferred_width": 400
    },
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    "widgets": [
        {
            "name": "Quick Upload",
            "short_name": "Upload",
            "description": "Quick file upload widget",
            "tag": "share-quick-upload"
        }
    ],
    "shortcuts": [
        {
            "name": "Send File",
            "short_name": "Send",
            "description": "Upload and share a file instantly",
            "url": "/?action=send",
            "icons": [
                {
                    "src": "/favicon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Receive File",
            "short_name": "Receive",
            "description": "Enter code to receive a file",
            "url": "/receive",
            "icons": [
                {
                    "src": "/favicon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "categories": [
        "utilities",
        "productivity"
    ]
}
