Unicodify – Text transformer Firefox

Examine source code of Unicodify – Text transformer

By: rugk
Inspect and view changes in Unicodify – Text transformer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionNameShort__",
  "version": "0.8",
  "author": "Teal Dulcet, rugk",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://github.com/rugk/unicodify",
  "options_ui": {
    "page": "options/options.html"
  },
  "background": {
    "scripts": [
      "background/modules/InstallUpgrade.js",
      "background/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "js": [
        "content_scripts/autocorrect.js"
      ]
    }
  ],
  "content_security_policy": "default-src 'self'",
  "icons": {
    "16": "icons/icon.svg",
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "<all_urls>",
    "menus",
    "tabs",
    "notifications"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "unicodify@rugk.github.io",
      "strict_min_version": "125.0"
    }
  }
}

Best Unicodify – Text transformer Alternatives

Here are some Firefox add-ons that are similar to Unicodify – Text transformer: