Text Editor Firefox

Examine source code of Text Editor

By: Sevina
Inspect and view changes in Text Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.2.4",
  "name": "Text Editor",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "optional_permissions": [
    "downloads"
  ],
  "homepage_url": "https://mybrowseraddon.com/text-editor.html",
  "description": "A free, highly customizable text and code editor extension for your browser.",
  "commands": {
    "_execute_action": {}
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{54ef2ba3-fc71-454b-be4d-f30735dd5134}"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "action": {
    "default_title": "Text Editor",
    "default_icon": {
      "16": "data/icons/toolbar/16.png",
      "32": "data/icons/toolbar/32.png",
      "48": "data/icons/toolbar/48.png",
      "64": "data/icons/toolbar/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Text Editor Alternatives

Here are some Firefox add-ons that are similar to Text Editor: