Emoji Selector Firefox

Examine source code of Emoji Selector

Inspect and view changes in Emoji Selector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Emoji Selector",
  "version": "2.0",
  "description": "Search and insert emojis into the active text field.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f76ab7d3-2a3a-43df-9623-c9fde9d07918}"
    }
  }
}

Best Emoji Selector Alternatives

Here are some Firefox add-ons that are similar to Emoji Selector: