JSON Beautifier Firefox

Examine source code of JSON Beautifier

Inspect and view changes in JSON Beautifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JSON Beautifier",
  "version": "1.1",
  "description": "Automatically formats and highlights JSON content for readability.",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e45abc24-47c9-4650-849f-64a6d77809a9}",
      "strict_min_version": "91.0"
    }
  }
}

Best JSON Beautifier Alternatives

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