Emoji KBD Firefox

Examine source code of Emoji KBD

Inspect and view changes in Emoji KBD source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Emoji KBD",
  "version": "1.0",
  "description": "Quickly insert emojis into text fields from popup.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{9480bda2-7551-4c85-a2c3-7ebf1c29c604}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "64": "icon64.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Emoji KBD Alternatives

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