Twitch Bot list

Twitch Bot list

Shows twitch bots in different color.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Twitch Bot list",
  "version": "1.1",
  "description": "Shows twitch bots in different color.",
  "content_scripts": [
    {
      "matches": [
        "*://www.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon350.png",
    "256": "icons/icon350.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "browser_action": {
    "default_icon": {
      "256": "icons/icon350.png"
    }
  }
}