JSON Lens — federicocalo.dev Firefox

Examine source code of JSON Lens — federicocalo.dev

Inspect and view changes in JSON Lens — federicocalo.dev source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JSON Lens — federicocalo.dev",
  "description": "Rende leggibili le risposte application/json aperte nel tab: albero navigabile, ricerca e JSONPath. 100% offline, zero telemetria.",
  "version": "1.0.0",
  "icons": {
    "16": "/icon/16.png",
    "32": "/icon/32.png",
    "48": "/icon/48.png",
    "128": "/icon/128.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "json-lens@federicocalo.dev",
      "strict_min_version": "109.0"
    }
  },
  "data_collection_permissions": {
    "required": [
      "none"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best JSON Lens — federicocalo.dev Alternatives

Here are some Firefox add-ons that are similar to JSON Lens — federicocalo.dev: