BetterDiscord

BetterDiscord

Allows you to use BetterDiscord on web. Some plugins might not be working correctly. Just let me know and i try to fix that

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BetterDiscord",
  "version": "1.6.8",
  "description": "Allows you to use BetterDiscord on web. Some plugins might not be working correctly. Just let me know and i try to fix that",
  "icons": {
    "16": "./assets/logo.png",
    "48": "./assets/logo.png",
    "128": "./assets/logo.png"
  },
  "permissions": [
    "windows"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.discord.com/*"
      ],
      "js": [
        "./dist/midend.js",
        "./dist/backend.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://cdn.statically.io/gh/Xar/*; object-src 'self'; script-src 'self' https://github.com/*; script-src 'self' https://rax-v.github.io/*; script-src 'self' https://api.myip.com/*; script-src 'self' https://codemirror.net/*",
  "manifest_version": 2,
  "web_accessible_resources": [
    "index.js"
  ]
}