Emoji copy and paste

Emoji copy and paste

Missing your mobile phone emojis? Insert your favourite emoji to popular sites like Facebook, Twitter, YouTube and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "short_name": "EmojiCopyPaste",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescr__",
  "version": "3.1.0",
  "icons": {
    "32": "icon/icon-32.png",
    "48": "icon/icon-48.png",
    "128": "icon/icon-128.png"
  },
  "author": "Emoji",
  "permissions": [
    "clipboardWrite",
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icon/icon-48.png",
    "default_popup": "popup.html"
  },
  "offline_enabled": true,
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+E"
      }
    }
  }
}