JSON-RPC Viewer

JSON-RPC Viewer

Convenient way to view JSON-RPC requests

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JSON-RPC Viewer",
  "version": "1.1.2",
  "description": "Convenient way to view JSON-RPC requests",
  "manifest_version": 2,
  "permissions": [],
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "devtools_page": "devtoolsBackground.html"
}