JSON Bonsai Firefox

Examine source code of JSON Bonsai

Inspect and view changes in JSON Bonsai source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "JSON Bonsai",
  "version": "1.5.0",
  "description": "Prune, shape, and navigate giant JSON trees",
  "browser_specific_settings": {
    "gecko": {
      "id": "json-bonsai@ef.design",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "page-script.js",
        "tree-worker.js",
        "content.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Meilleures alternatives JSON Bonsai

Voici quelques Firefox add-ons qui sont similaires à JSON Bonsai :