:NeatEmoji: — Write emojis with colons

:NeatEmoji: — Write emojis with colons

No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "popper.js",
        "tippy.js",
        "jquery.js",
        "index.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>"
  ],
  "description": "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.",
  "name": ":NeatEmoji: — Write emojis with colons",
  "version": "0.1.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{42b1c11a-af0a-40f7-8f60-fed38afcb7f4}"
    }
  }
}