Code Formatter Firefox

Examine source code of Code Formatter

Inspect and view changes in Code Formatter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extName__",
  "version": "1.9.5",
  "manifest_version": 3,
  "description": "__MSG_extDescription__",
  "action": {
    "default_icon": "icons/icon.svg",
    "default_title": "__MSG_extName__"
  },
  "icons": {
    "16": "icons/icon.svg",
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "background": {
    "scripts": [
      "background.min.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.min.js"
      ],
      "css": [
        "css/content.min.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "scripting",
    "tabs",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "wasm/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "FirefoxCodeFormatter@example.org",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "default_locale": "en"
}

Mejores alternativas Code Formatter

Aquí hay algunas Firefox add-ons que son similares a Code Formatter: