gRPC-Gateway Developer Tools Firefox

Examine source code of gRPC-Gateway Developer Tools

Inspect and view changes in gRPC-Gateway Developer Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "gRPC-Gateway Developer Tools",
  "version": "1.2.1",
  "manifest_version": 2,
  "description": "gRPC-Gateway Developer Tools for debugging applications' network requests to a gRPC-Gateway backend",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "devtools_page": "devtools.html",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [],
  "browser_specific_settings": {
    "gecko": {
      "id": "{878d9876-ca1e-4483-bb86-fbbc3e1a524a}"
    }
  }
}

Best gRPC-Gateway Developer Tools Alternatives

Here are some Firefox add-ons that are similar to gRPC-Gateway Developer Tools: