JSONly - Auto-detect, format and edit JSON Firefox

Examine source code of JSONly - Auto-detect, format and edit JSON

Inspect and view changes in JSONly - Auto-detect, format and edit JSON source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "jsonly",
  "version": "0.1.0",
  "description": "Detect JSON and beautify, edit, search and copy",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jsonly@saieashwarks.github.io",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best JSONly - Auto-detect, format and edit JSON Alternatives

Here are some Firefox add-ons that are similar to JSONly - Auto-detect, format and edit JSON: