Emoji Replacer Firefox

Examine source code of Emoji Replacer

Inspect and view changes in Emoji Replacer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Emoji Replacer",
  "version": "1.0",
  "description": "Replace text with emojis as you type",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Emoji Replacer",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1055688c-0945-4a6d-8f98-6ad5508c223d}"
    }
  }
}

Best Emoji Replacer Alternatives

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