Emoji keyboard online - copy&past your emoji.

Emoji keyboard online - copy&past your emoji.

Emoji keyboard for Chrome Browser. Copy and past emojis in messages. Smileys, food, hands, transport, animals and more emojis

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "version": "0.1.6.4",
  "description": "__MSG_description__",
  "permissions": [
    "declarativeContent",
    "storage",
    "<all_urls>",
    "webRequestBlocking",
    "webRequest"
  ],
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/img16.png",
      "32": "images/img32.png",
      "48": "images/img48.png",
      "128": "images/img128.png"
    }
  },
  "icons": {
    "16": "images/img16.png",
    "32": "images/img32.png",
    "48": "images/img48.png",
    "128": "images/img128.png"
  },
  "commands": {
    "_execute_page_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "popup.js"
      ]
    }
  ],
  "manifest_version": 2
}