strong-arc
Version:
A visual suite for the StrongLoop API Platform
24 lines (23 loc) • 613 B
JSON
{
"extensions": [
{
"type": "@WebInspector.Panel",
"name": "layers",
"title": "Layers",
"order": 7,
"className": "WebInspector.LayersPanel"
},
{
"type": "@WebInspector.Revealer",
"contextTypes": ["WebInspector.DeferredLayerTree"],
"className": "WebInspector.LayersPanel.LayerTreeRevealer"
}
],
"dependencies": ["timeline"],
"scripts": [
"LayerTreeOutline.js",
"LayerDetailsView.js",
"LayerPaintProfilerView.js",
"LayersPanel.js"
]
}