{
    "short_name": "transfer.zip",
    "name": "transfer.zip | Send files in realtime",
    "icons": [
        {
            "src": "/img/pwa-icons/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/img/pwa-icons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "id": "/?pwa",
    "start_url": "/?pwa",
    "background_color": "#212529",
    "display": "standalone",
    "scope": "/",
    "theme_color": "#0d6efd",
    "description": "Install transfer.zip on your phone, enabling shortcuts to easily send files using the \"share\" menu on your phone.",
    "share_target": {
        "action": "/share-file-collector",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "Share file",
            "text": "description",
            "url": "file",
            "files": [
                {
                    "name": "file",
                    "accept": [
                        "image/png",
                        "image/jpeg"
                    ]
                }
            ]
        }
    }
}