{
    "name": "fix it PLEASE",
    "short_name": "fix it PLEASE",
    "description": "Report repairs to your landlord instantly.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#f8fafc",
    "theme_color": "#2563eb",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/app-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "share_target": {
        "action": "/vault?shared=1",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "sharedFiles",
                    "accept": [
                        "image/*",
                        "application/pdf",
                        "text/*",
                        ".doc",
                        ".docx"
                    ]
                }
            ]
        }
    }
}