Superchampz BTTV Emotes

Superchampz BTTV Emotes

Insert emotes from BTTV into Superchampz stream chat without having to type them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Superchampz BTTV Emotes",
  "description": "Insert emotes from BTTV into Superchampz stream chat without having to type them.",
  "permissions": [
    "clipboardWrite",
    "clipboardRead",
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Superchampz BTTV Emotes",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "38": "icons/icon38.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "version": "1.1.2"
}