UNPKG

strong-arc

Version:

A visual suite for the StrongLoop API Platform

34 lines (33 loc) 971 B
{ "extensions": [ { "type": "@WebInspector.ActionDelegate", "actionId": "settings.show", "className": "WebInspector.SettingsController.SettingsScreenActionDelegate", "bindings": [ { "shortcut": "F1 Shift+?" } ] }, { "type": "@WebInspector.StatusBarItem.Provider", "actionId": "settings.show", "location": "toolbar-right", "title": "Settings", "order": 3, "elementClass": "settings-status-bar-item" }, { "type": "ui-setting", "section": "Sources", "settingType": "custom", "className": "WebInspector.SettingsScreen.SkipStackFramePatternSettingDelegate" } ], "scripts": [ "EditFileSystemDialog.js", "FrameworkBlackboxDialog.js", "SettingsScreen.js" ] }