Emoji Keyboard XXL

Emoji Keyboard XXL

Emoji Keyboard XXL is a free extension of the web tool https://www.emojipudding.com. You can find all current emojis with their meaning and copy them easily into a input field.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "",
  "manifest_version": 2,
  "name": "Emoji Keyboard XXL",
  "version": "1.1resigned1",
  "homepage_url": "https://emojipudding.com",
  "icons": {
    "48": "icons/smiley.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/smiley.png",
    "theme_icons": [
      {
        "light": "icons/smiley.png",
        "dark": "icons/smiley.png",
        "size": 32
      }
    ],
    "default_title": "Emoji Keyboard XXL",
    "default_popup": "popup/emojikeyboard.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{39de7eb9-6658-460f-beef-4c5ac58a462e}"
    }
  }
}