{
    "name": "Spy Finance · The Shed",
    "short_name": "Spy Finance",
    "description": "Number 6's operational ledger. Share any file from anywhere into the Shredder.",
    "start_url": "/shredder",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#0b1320",
    "theme_color": "#0b1320",
    "lang": "en-GB",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "any",
            "type": "image/x-icon"
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "shared_files",
                    "accept": [
                        "application/pdf",
                        "application/zip",
                        "application/x-zip-compressed",
                        "audio/*",
                        "image/*",
                        "text/*",
                        "video/*",
                        "*/*"
                    ]
                }
            ]
        }
    }
}
