Tenderly Debugger

Tenderly Debugger

Instantly jump into the most versatile (visual) debugger from any transaction hash, from any of the block explorers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tenderly Debugger",
  "description": "Instantly jump into the most versatile (visual) debugger from any transaction hash, from any of the block explorers.",
  "version": "0.0.3",
  "icons": {
    "16": "/images/tdly_16.png",
    "48": "/images/tdly_48.png",
    "128": "/images/tdly_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}