{
    "name": "In a Nutshell",
    "short_name": "In a Nutshell",
    "start_url": "/",
    "display": "minimal-ui",
    "background_color": "#cf4c1a",
    "theme_color": "#cf4c1a",
    "description": "Summarize any text in just a few clicks",
    "icons": [
        {
            "src": "/nutshell-white.svg",
            "sizes": "48x48 72x72 96x96 128x128 256x256 512x512 1024x1024",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "share_target": {
        "action": "/",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "file",
                    "accept": [
                        "text/plain",
                        "text/html",
                        "text/css",
                        "text/csv",
                        "text/calendar",
                        "text/javascript",
                        "text/markdown",
                        "text/vcard",
                        "text/xml",
                        "text/yaml",
                        "application/json",
                        "application/xml",
                        "application/xhtml+xml",
                        "application/x-yaml",
                        "application/pdf"
                    ]
                }
            ]
        }
    }
}