Twitch Chat Extension

Twitch Chat Extension

A Twitch extension that enhances the chat experience with custom emotes, badges and backgrounds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Twitch Chat Extension",
  "description": "A Twitch extension that enhances the chat experience with custom emotes, badges and backgrounds.",
  "version": "1.6",
  "manifest_version": 2,
  "icons": {
    "16": "/images/icon-16x16.png",
    "32": "/images/icon-32x32.png",
    "48": "/images/icon-48x48.png",
    "128": "/images/icon-128x128.png"
  },
  "background": {
    "scripts": [
      "./scripts/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "./popup/popup.html"
  },
  "permissions": [
    "<all_urls>",
    "scripting",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ca390c92-5867-4734-a233-da3e5e4848d9}"
    }
  }
}