JSON Formatter Firefox

Examine source code of JSON Formatter

By: jdcoded Add-on
Inspect and view changes in JSON Formatter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "minimum_chrome_version": "109",
  "name": "JSON Formatter",
  "version": "1.0.0",
  "description": "Auto-format raw JSON pages with a collapsible, syntax-highlighted tree view.",
  "author": "jdcoded",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "js": [
        "src/content/flash-guard.js"
      ],
      "css": [
        "src/content/styles.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "js": [
        "src/content/index.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "json-formatter@jdcoded.github.io",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best JSON Formatter Alternatives

Here are some Firefox add-ons that are similar to JSON Formatter: