What Emoji Is This?

What Emoji Is This?

Defines emojis for you! Just select an emoji, right click and hit the emoji button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "What Emoji Is This?",
  "description": "Defines emojis for you! Just select an emoji, right click and hit the emoji button.",
  "version": "1.0",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "contextMenus"
  ]
}