Emoji Generator Firefox

Examine source code of Emoji Generator

Inspect and view changes in Emoji Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "homepage_url": "https://emoji-gen.ninja",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "version": "1.1.4",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://emoji-gen.ninja/*"
      ],
      "js": [
        "content_scripts.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "permissions": [
    "https://emoji-gen.ninja/*",
    "https://*.slack.com/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{6fab969c-340b-488b-a367-98a611dc3478}"
    }
  }
}

Best Emoji Generator Alternatives

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