GAF-Hop Smilies

GAF-Hop Smilies

Adds the ability to add smilies to reply's on NeoGAF.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "extension.js"
      ],
      "matches": [
        "http://www.neogaf.com/forum/newreply.php*",
        "http://www.neogaf.com/forum/newthread.php*",
        "http://www.neogaf.com/forum/editpost.php*"
      ]
    }
  ],
  "name": "GAF-Hop Smilies",
  "description": "Adds the ability to add smilies to reply's on NeoGAF.",
  "version": "1.0.6",
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}