{
    "name": "PeerDrop",
    "short_name": "PeerDrop",
    "description": "Secure, serverless p2p file transfer.",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#0a0a0f",
    "theme_color": "#06b6d4",
    "orientation": "portrait",
    "icons": [
        {
            "src": "pwa-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "pwa-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "share_target": {
        "action": "/",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": [
                        "*/*"
                    ]
                }
            ]
        }
    },
    "shortcuts": [
        {
            "name": "Send File",
            "short_name": "Send",
            "description": "Send a file quickly",
            "url": "/?action=send",
            "icons": [
                {
                    "src": "pwa-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Receive",
            "short_name": "Receive",
            "description": "Ready to receive files",
            "url": "/?action=receive",
            "icons": [
                {
                    "src": "pwa-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}