Lemmy Emojis Firefox

Examine source code of Lemmy Emojis

Inspect and view changes in Lemmy Emojis source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "lemmy-emojies",
  "version": "1.0.1",
  "description": "Lets you select emojies from a lemmy instance",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    },
    "default_title": "lemmy-emojies",
    "default_popup": "popup/choose_emoji.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module",
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{314bde93-a02e-4d4b-b6e5-a2431fd7822b}",
      "strict_min_version": "112.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  }
}

Best Lemmy Emojis Alternatives

Here are some Firefox add-ons that are similar to Lemmy Emojis: