Examine source code of Discord chat in sidebar

Inspect and view changes in Discord chat in sidebar source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "discord",
  "version": "1.1",
  "description": "discord chat in sidebar",
  "background": {
    "scripts": [
      "settings.js",
      "background.js",
      "site-mode.js"
    ]
  },
  "sidebar_action": {
    "default_title": "discord",
    "default_panel": "index.html",
    "open_at_install": false,
    "default_icon": {
      "128": "favicon.png"
    }
  },
  "browser_action": {
    "default_area": "personaltoolbar",
    "browser_style": true,
    "default_icon": {
      "128": "favicon.png"
    }
  },
  "icons": {
    "48": "favicon.png",
    "128": "favicon.png"
  },
  "permissions": [],
  "browser_specific_settings": {
    "gecko": {
      "id": "{43986596-ee70-49fb-88c8-01565b08aaaa}"
    }
  }
}