{
    "name": "MyDocs Vault",
    "short_name": "MyDocs",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "description": "Securely store and organize your family documents.",
    "icons": [
        {
            "src": "/icon.svg",
            "sizes": "192x192",
            "type": "image/svg+xml"
        },
        {
            "src": "/icon.svg",
            "sizes": "512x512",
            "type": "image/svg+xml"
        }
    ],
    "share_target": {
        "action": "/?share-target=1",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "shared_file",
                    "accept": [
                        "image/jpeg",
                        "image/png",
                        "application/pdf"
                    ]
                }
            ]
        }
    }
}