Exs Smiley List

Exs Smiley List

Adds a list of smilies next to the miniblog response textarea.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Exs Smiley List",
  "description": "Adds a list of smilies next to the miniblog response textarea.",
  "version": "0.4",
  "manifest_version": 2,
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "*"
      ],
      "js": [
        "smilies.user.js"
      ],
      "matches": [
        "https://exs.lv/*"
      ],
      "run_at": "document_end"
    }
  ],
  "converted_from_user_script": true,
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}