{
  "name": "VisaDocOrg – Unified Visa Evidence Hub",
  "short_name": "VisaDocOrg",
  "description": "Combine WhatsApp, Messenger, Viber chats and photos into one Home Office-ready evidence bundle.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f7fa",
  "theme_color": "#1e4276",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/upload-share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link",
      "files": [
        {
          "name": "files",
          "accept": [
            ".zip",
            ".txt",
            ".json",
            ".csv",
            ".html",
            "application/zip",
            "text/plain",
            "application/json",
            "text/csv",
            "text/html"
          ]
        }
      ]
    }
  }
}