{
  "name": "RocChat",
  "short_name": "RocChat",
  "description": "End-to-end encrypted messaging. Messages. Calls. Nothing else.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "theme_color": "#D4AF37",
  "background_color": "#0D1117",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["social", "communication"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "id": "/",
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/screenshots/install-narrow.svg",
      "sizes": "720x1280",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "RocChat mobile view with encrypted chats and calls"
    },
    {
      "src": "/screenshots/install-wide.svg",
      "sizes": "1600x900",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "RocChat desktop workspace with chat list, active thread, and calls"
    }
  ],
  "shortcuts": [
    {
      "name": "New Message",
      "short_name": "New",
      "url": "/?action=new",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/?action=share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*", "audio/*", "application/pdf"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/?action=open-file",
      "accept": {
        "image/*": [".png", ".jpg", ".jpeg", ".gif", ".webp", ".svg"],
        "video/*": [".mp4", ".webm", ".mov"],
        "audio/*": [".mp3", ".ogg", ".wav", ".m4a"]
      }
    }
  ]
}
