Examine source code of Basic Twitch Chat

Inspect and view changes in Basic Twitch Chat 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
{
  "applications": {
    "gecko": {
      "id": "{4D91E5D3-4850-402A-8884-3282E182C6C8}",
      "strict_min_version": "57.0"
    }
  },
  "author": "Frank Dreßler",
  "manifest_version": 2,
  "name": "Basic Twitch Chat",
  "version": "1.2resigned1",
  "description": "Allows you to change Twitch chat's appearance.",
  "permissions": [
    "*://twitch.tv/*",
    "*://*.twitch.tv/*",
    "contextMenus",
    "storage",
    "tabs",
    "activeTab",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}