PotatoSmile

PotatoSmile

Free addon for Facebook users which converts all general smiley codes into graphical emoticons like the ones on Yahoo! Messenger.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "jquery.mutation-summary.js",
        "main.js"
      ],
      "matches": [
        "*://www.facebook.com/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://apis.google.com; object-src 'self'",
  "description": "Free addon for Facebook users which converts all general smiley codes into graphical emoticons like the ones on Yahoo! Messenger.",
  "icons": {
    "16": "images/tato_16.png",
    "48": "images/tato_48.png",
    "128": "images/tato_128.png"
  },
  "manifest_version": 2,
  "name": "PotatoSmile",
  "page_action": {
    "default_icon": "images/tato_icon.png",
    "default_popup": "popup.html",
    "default_title": "PotatoSmile"
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.14"
}