| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "setting", | 4 "type": "setting", |
| 5 "category": "Console", | 5 "category": "Console", |
| 6 "title": "Enable custom formatters", | 6 "title": "Enable custom formatters", |
| 7 "settingName": "customFormatters", | 7 "settingName": "customFormatters", |
| 8 "settingType": "boolean", | 8 "settingType": "boolean", |
| 9 "defaultValue": false | 9 "defaultValue": false |
| 10 }, | 10 }, |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 "platform", | 37 "platform", |
| 38 "ui" | 38 "ui" |
| 39 ], | 39 ], |
| 40 "scripts": [ | 40 "scripts": [ |
| 41 "BreakpointsSidebarPaneBase.js", | 41 "BreakpointsSidebarPaneBase.js", |
| 42 "CustomPreviewSection.js", | 42 "CustomPreviewSection.js", |
| 43 "DataSaverInfobar.js", | 43 "DataSaverInfobar.js", |
| 44 "DOMBreakpointsSidebarPane.js", | 44 "DOMBreakpointsSidebarPane.js", |
| 45 "DOMPresentationUtils.js", | 45 "DOMPresentationUtils.js", |
| 46 "DockController.js", | 46 "DockController.js", |
| 47 "EditorLineMarkerDecorator.js", |
| 47 "ExecutionContextSelector.js", | 48 "ExecutionContextSelector.js", |
| 48 "ExecutionContextModel.js", | 49 "ExecutionContextModel.js", |
| 49 "HandlerRegistry.js", | 50 "HandlerRegistry.js", |
| 50 "Linkifier.js", | 51 "Linkifier.js", |
| 51 "NetworkConditionsSelector.js", | 52 "NetworkConditionsSelector.js", |
| 52 "ObjectPopoverHelper.js", | 53 "ObjectPopoverHelper.js", |
| 53 "ObjectPropertiesSection.js", | 54 "ObjectPropertiesSection.js", |
| 54 "RemoteObjectPreviewFormatter.js", | 55 "RemoteObjectPreviewFormatter.js", |
| 55 "ShortcutsScreen.js", | 56 "ShortcutsScreen.js", |
| 56 "EventListenersUtils.js", | 57 "EventListenersUtils.js", |
| 57 "EventListenersView.js", | 58 "EventListenersView.js", |
| 58 "Reload.js" | 59 "Reload.js" |
| 59 ], | 60 ], |
| 60 "resources": [ | 61 "resources": [ |
| 61 "breakpointsList.css", | 62 "breakpointsList.css", |
| 62 "customPreviewSection.css", | 63 "customPreviewSection.css", |
| 63 "eventListenersView.css", | 64 "eventListenersView.css", |
| 64 "domUtils.css", | 65 "domUtils.css", |
| 65 "networkConditionsSettingsTab.css", | 66 "networkConditionsSettingsTab.css", |
| 66 "objectPropertiesSection.css", | 67 "objectPropertiesSection.css", |
| 67 "objectValue.css" | 68 "objectValue.css" |
| 68 ] | 69 ] |
| 69 } | 70 } |
| OLD | NEW |