Small Twitch Commands

Small Twitch Commands

Makes twitch chat commands smaller and take up less space. Also can make bot messages smaller

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Small Twitch Commands",
  "description": "Makes chat commands smaller and take up less space. Also can make bot messages smaller",
  "author": "Mana",
  "version": "1.2.2",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://*.twitch.tv/*"
      ],
      "exclude_matches": [
        "https://clips.twitch.tv/*"
      ],
      "css": [
        "content-styles.css"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}