DWR Explorer

DWR Explorer

View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DWR Explorer",
  "version": "1.1.4",
  "icons": {
    "200": "assets/dwr-logo.png"
  },
  "devtools_page": "devtools.html",
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  },
  "web_accessible_resources": [
    "assets/*"
  ]
}