JsonLens Firefox

Examine source code of JsonLens

Inspect and view changes in JsonLens source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JsonLens",
  "version": "1.3.0",
  "description": "View JSON data beautifully formatted with collapsible tree",
  "browser_specific_settings": {
    "gecko": {
      "id": "{bf812a1b-1184-442a-8914-2718c094055d}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "img/i16.png",
    "32": "img/i32.png",
    "48": "img/i48.png",
    "96": "img/i96.png",
    "128": "img/i128.png"
  },
  "browser_action": {
    "default_popup": "dialog/dialog.html",
    "default_icon": {
      "16": "img/i16.png",
      "32": "img/i32.png",
      "48": "img/i48.png",
      "96": "img/i96.png",
      "128": "img/i128.png"
    }
  },
  "background": {
    "scripts": [
      "json_renderer.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "json_renderer.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best JsonLens Alternatives

Here are some Firefox add-ons that are similar to JsonLens: