{
    "short_name": "NAH.",
    "name": "NAH. Something feels off?",
    "description": "Drop suspicious documents, screenshots, voice notes or video. Get a verdict, proof, and a next move.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#F9F8F6",
    "background_color": "#F9F8F6",
    "categories": ["utilities", "productivity"],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "file",
                    "accept": [
                        "application/pdf",
                        "image/*",
                        "audio/*",
                        "video/*",
                        "text/plain"
                    ]
                }
            ]
        }
    },
    "icons": [
        {
            "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' fill='%23111'/%3E%3Ctext x='256' y='360' font-family='Georgia,serif' font-weight='900' font-size='340' text-anchor='middle' fill='%23F9F8F6'%3EN%3C/text%3E%3C/svg%3E",
            "type": "image/svg+xml",
            "sizes": "512x512",
            "purpose": "any maskable"
        }
    ]
}
