UNPKG

monaca-lib

Version:

Monaca cloud API bindings for JavaScript

38 lines (37 loc) 1.04 kB
{ "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" } ], "dependencies": [ "components", "toolbox" ], "scripts": [ "EditFileSystemDialog.js", "FrameworkBlackboxDialog.js", "SettingsScreen.js" ] }