JSON Viewer Firefox

Examine source code of JSON Viewer

Inspect and view changes in JSON Viewer source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "JSON Viewer - dev",
  "version": "0.19.2025.1218",
  "manifest_version": 3,
  "author": "Dmytrii Lysak <dmytrii.lysak@gmail.com>",
  "description": "A beautiful, customizable JSON/JSONP viewer and highlighter. Open-source fork: https://github.com/Lysak/json-viewer",
  "homepage_url": "https://github.com/Lysak/json-viewer",
  "minimum_chrome_version": "88",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "128": "icons/128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/viewer.css",
        "assets/viewer-alert.css",
        "themes/dark/3024-night.css",
        "themes/dark/ambiance.css",
        "themes/dark/base16-dark.css",
        "themes/light/base16-light.css",
        "themes/dark/cobalt.css",
        "themes/light/coy.css",
        "themes/dark/dark.css",
        "themes/dark/dracula.css",
        "themes/dark/dracula-custom.css",
        "themes/light/funky.css",
        "themes/dark/jellybeans.css",
        "themes/dark/material.css",
        "themes/dark/mbo.css",
        "themes/light/mdn-like.css",
        "themes/dark/mehdi.css",
        "themes/dark/midnight.css",
        "themes/dark/monokai.css",
        "themes/light/neo.css",
        "themes/dark/okaidia.css",
        "themes/dark/panda-syntax.css",
        "themes/dark/solarized.css",
        "themes/light/solarized.css",
        "themes/dark/tomorrow.css",
        "themes/dark/twilight.css",
        "themes/light/yeti.css",
        "themes/dark/zenburn.css",
        "pages/options.html",
        "pages/omnibox.html",
        "themes/light/base16-light.css",
        "themes/light/coy.css",
        "themes/light/funky.css",
        "themes/light/mdn-like.css",
        "themes/light/neo.css",
        "themes/light/solarized_light.css",
        "themes/light/yeti.css",
        "themes/dark/3024-night.css",
        "themes/dark/ambiance.css",
        "themes/dark/base16-dark.css",
        "themes/dark/cobalt.css",
        "themes/dark/dark.css",
        "themes/dark/dracula-custom.css",
        "themes/dark/dracula.css",
        "themes/dark/jellybeans.css",
        "themes/dark/material.css",
        "themes/dark/mbo.css",
        "themes/dark/mehdi.css",
        "themes/dark/midnight.css",
        "themes/dark/monokai.css",
        "themes/dark/okaidia.css",
        "themes/dark/panda-syntax.css",
        "themes/dark/solarized_dark.css",
        "themes/dark/tomorrow.css",
        "themes/dark/twilight.css",
        "themes/dark/zenburn.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "offline_enabled": true,
  "omnibox": {
    "keyword": "json-viewer"
  },
  "options_page": "pages/options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "assets/viewer.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "assets/backend.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "json-viewer@lysak.github.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "permissions": [
    "storage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Best JSON Viewer Alternatives

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