Apollo Client Devtools

Apollo Client Devtools

GraphQL debugging tools for Apollo Client.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "4.12.3",
  "author": "Apollo",
  "name": "Apollo Client Devtools",
  "description": "GraphQL debugging tools for Apollo Client.",
  "icons": {
    "64": "images/logo64.png",
    "128": "images/logo128.png",
    "400": "images/logo400.png"
  },
  "page_action": {},
  "devtools_page": "devtools.html",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "panel.html",
    "devtools.html",
    "hook.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "tab.js"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{a5260852-8d08-4979-8116-38f1129dfd22}"
    }
  }
}