codefmt — format automation code Firefox

Examine source code of codefmt — format automation code

Inspect and view changes in codefmt — format automation code source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "codefmt: automation platform code formatter",
  "short_name": "codefmt",
  "version": "1.3.6",
  "description": "format and lint javascript, python, and hubl in zapier, n8n, pipedream, make, and hubspot editors. powered by biome and ruff.",
  "author": "codefmt.dev",
  "homepage_url": "https://codefmt.dev",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://zapier.com/*",
    "https://*.zapier.com/*",
    "https://n8n.io/*",
    "https://*.n8n.io/*",
    "https://n8n.cloud/*",
    "https://*.n8n.cloud/*",
    "https://pipedream.com/*",
    "https://*.pipedream.com/*",
    "https://hubspot.com/*",
    "https://*.hubspot.com/*",
    "https://make.com/*",
    "https://*.make.com/*",
    "https://codefmt.dev/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://zapier.com/*",
        "https://*.zapier.com/*",
        "https://n8n.io/*",
        "https://*.n8n.io/*",
        "https://n8n.cloud/*",
        "https://*.n8n.cloud/*",
        "https://pipedream.com/*",
        "https://*.pipedream.com/*",
        "https://hubspot.com/*",
        "https://*.hubspot.com/*",
        "https://make.com/*",
        "https://*.make.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": "icons/icon48.png",
    "default_popup": "popup.html",
    "default_title": "codefmt: format code (⇧⌘F / Ctrl+Shift+F)"
  },
  "commands": {
    "format-code": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "Command+Shift+F"
      },
      "description": "format the code in the active editor"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; base-uri 'self'; frame-ancestors 'none'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "codefmt@codefmt.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best codefmt — format automation code Alternatives

Here are some Firefox add-ons that are similar to codefmt — format automation code: