NeoGAF Dota 2 Emoticons

NeoGAF Dota 2 Emoticons

This extension adds the Dota 2 emoticons into the NeoGAF reply box.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NeoGAF Dota 2 Emoticons",
  "description": "This extension adds the Dota 2 emoticons into the NeoGAF reply box.",
  "version": "2.1",
  "permissions": [
    "http://www.neogaf.com/"
  ],
  "icons": {
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "js": [
        "jquery-2.1.3.min.js",
        "WaitForKeyElements.js",
        "emoticons.user.js"
      ],
      "matches": [
        "http://www.neogaf.com/forum/newreply.php*",
        "http://www.neogaf.com/forum/newthread.php*",
        "http://www.neogaf.com/forum/editpost.php*",
        "http://www.neogaf.com/forum/private.php*"
      ]
    }
  ]
}