JSONView Firefox

Examine source code of JSONView

Inspect and view changes in JSONView source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "JSONView",
  "version": "3.2.0",
  "description": "__MSG_extensionDescription__",
  "author": "Benjamin Hollis",
  "homepage_url": "https://jsonview.com/",
  "icons": {
    "32": "icon.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png",
    "256": "icon256.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jsonview@brh.numbera.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "webRequest",
    "storage",
    "webRequestBlocking"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "viewer.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "en"
}

Melhores alternativas JSONView

Aqui estão algumas Firefox add-ons que são similares a JSONView: