Twitch Sneaky Mouse Button

Twitch Sneaky Mouse Button

Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Elizabeth Rapp",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.3.1.min.js",
        "content.js"
      ],
      "matches": [
        "https://www.twitch.tv/rawb"
      ]
    }
  ],
  "description": "Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Twitch Sneaky Mouse Button",
  "version": "2.0.0",
  "web_accessible_resources": [
    "icon.png",
    "icon-light.png",
    "icon-dark.png",
    "icon-2-light.png",
    "icon-2-dark.png"
  ]
}