Discord+

Discord+

A Discord launcher tailor-made for Chrome, with collapsable sidebars and a beautiful UI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Discord+",
  "description": "A Discord launcher tailor-made for Chrome, with collapsable sidebars and a beautiful UI",
  "version": "2.3",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "b.js"
      ]
    }
  },
  "icons": {
    "256": "256.png"
  },
  "permissions": [
    "audioCapture",
    "videoCapture",
    "webview"
  ]
}