QuickSave Emotes

QuickSave Emotes

The whole QuickSave family joins this emote pack to be used on every website! The first Mixer Emote extension for Chrome!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "QuickSave Emotes",
  "short_name": "QSE",
  "description": "The whole QuickSave family joins this emote pack to be used on every website! The first Mixer Emote extension for Chrome!",
  "version": "0.0.11.2",
  "background": {
    "scripts": [
      "lib/deferred.js",
      "lib/emoteParser.js",
      "lib/background.js",
      "lib/chromeBackground.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "logo/16.png",
    "48": "logo/48.png",
    "128": "logo/128.png"
  },
  "browser_action": {
    "default_icon": "logo/32.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "http://*/",
    "https://*/"
  ],
  "options_page": "data/options/chromeOptionsRedirect.html"
}