Emojis / Lenny Faces / Unicode / Dingbats

Emojis / Lenny Faces / Unicode / Dingbats

Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Emojis / Lenny Faces / Unicode / Dingbats",
  "description": "Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!",
  "version": "2",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "emojis and lenny faces, please!"
  },
  "permissions": [
    "clipboardWrite"
  ]
}