diff options
Diffstat (limited to 'chrome/common/extensions/api/devtools/panels.json')
-rw-r--r-- | chrome/common/extensions/api/devtools/panels.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/devtools/panels.json b/chrome/common/extensions/api/devtools/panels.json index de0635f..31ee936d 100644 --- a/chrome/common/extensions/api/devtools/panels.json +++ b/chrome/common/extensions/api/devtools/panels.json @@ -5,6 +5,7 @@ [ { "namespace": "devtools.panels", + "description": "Use the <code>chrome.devtools.panels</code> API to integrate your extension into Developer Tools window UI: create your own panels, access existing panels, and add sidebars.", "nocompile": true, "types": [ { |