TPP-Memotes

TPP-Memotes

A set of cool (in-joke) emoticons that you can use anywhere on Twitch.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TPP-Memotes",
  "short_name": "TPPM",
  "description": "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.",
  "version": "6.9.1",
  "homepage_url": "https://www.twitch.tv/twitchplayspokemon",
  "icons": {
    "16": "1.png",
    "48": "2.png",
    "128": "3.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "script.js"
      ],
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "exclude_globs": [
        "*://api.twitch.tv/*"
      ]
    }
  ],
  "permissions": [
    "*://*.twitch.tv/*",
    "*://*.github.io/*"
  ]
}