{
    "name": "MailMyWork.io",
    "short_name": "MailMyWork",
    "description": "Instant self-mailing and lightning fast file sharing with a premium gaming aesthetic.",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "background_color": "#050507",
    "theme_color": "#00f0ff",
    "icons": [
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": [
                        "*/*"
                    ]
                }
            ]
        }
    }
}