MojiMatic Firefox

Examine source code of MojiMatic

Inspect and view changes in MojiMatic source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "MojiMatic",
  "version": "1.2",
  "description": "Automatically suggest and insert emojis as you type (like Discord).",
  "browser_specific_settings": {
    "gecko": {
      "id": "mojimaticFirefox@sarthak-dev.tech.com"
    }
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "emoji-dictionary.js",
        "content.js"
      ],
      "css": [
        "dropdown.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "emojiDictionary.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  }
}

Best MojiMatic Alternatives

Here are some Firefox add-ons that are similar to MojiMatic: