Twitch Text Emotes - temotes

Save your favorite text phrases (LULW, KEKW, etc.) directly into the standard Twitch Emotes panel and use them in Twitch chat.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extSN__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "version": "1.0.2",
  "browser_action": {
    "default_icon": {
      "19": "icons/icon_19.png",
      "38": "icons/icon_38.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "contextMenus",
    "http://fonts.googleapis.com/",
    "https://fonts.googleapis.com/"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "browser-polyfill.js",
        "content.js"
      ],
      "matches": [
        "https://www.twitch.tv/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "icons/icon_19.png",
    "img/discord_48.png"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}