JSON Bolt Firefox

Examine source code of JSON Bolt

Inspect and view changes in JSON Bolt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "JSON Bolt",
  "version": "0.1.3",
  "description": "Lightning-fast JSON formatter and syntax highlighter for raw JSON pages.",
  "permissions": [],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "json-bolt@thefileslab.com",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best JSON Bolt Alternatives

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