JSON + XML Viewer Firefox

Examine source code of JSON + XML Viewer

By: lukkns Add-on
Inspect and view changes in JSON + XML Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JSON + XML Viewer",
  "version": "1.5",
  "description": "Formats JSON with embedded XML, copies or downloads any segment, and opens S3 console log objects in the current tab",
  "browser_specific_settings": {
    "gecko": {
      "id": "{8a1ac536-ca57-4152-85f5-05ac47643169}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "<all_urls>",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*.console.aws.amazon.com/s3/object/*"
      ],
      "js": [
        "s3-open.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best JSON + XML Viewer Alternatives

Here are some Firefox add-ons that are similar to JSON + XML Viewer: