Simple JSONView Firefox

Examine source code of Simple JSONView

Inspect and view changes in Simple JSONView source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple JSONView",
  "version": "1.0.0",
  "description": "Pretty-prints JSON responses directly in the browser.",
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "mostofakam.a.l1.9.84.1@gmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Simple JSONView Alternatives

Here are some Firefox add-ons that are similar to Simple JSONView: