Graphql Inspector

Graphql Inspector

Inspect graphql requests with ease!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Graphql Inspector",
  "version": "3.0",
  "description": "Inspect graphql requests with ease!",
  "permissions": [
    "storage"
  ],
  "options_page": "app-options/inspector-panel-options.html",
  "host_permissions": [
    "https://*/*/"
  ],
  "background": {},
  "icons": {
    "16": "graphql-inspector-16.png",
    "48": "graphql-inspector-48.png",
    "128": "graphql-inspector-128.png"
  },
  "devtools_page": "inspector-panel.html",
  "manifest_version": 3
}