| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 "ui" | 62 "ui" |
| 63 ], | 63 ], |
| 64 "scripts": [ | 64 "scripts": [ |
| 65 "BreakpointsSidebarPaneBase.js", | 65 "BreakpointsSidebarPaneBase.js", |
| 66 "CustomPreviewSection.js", | 66 "CustomPreviewSection.js", |
| 67 "DataSaverInfobar.js", | 67 "DataSaverInfobar.js", |
| 68 "DOMBreakpointsSidebarPane.js", | 68 "DOMBreakpointsSidebarPane.js", |
| 69 "DOMPresentationUtils.js", | 69 "DOMPresentationUtils.js", |
| 70 "DockController.js", | 70 "DockController.js", |
| 71 "ExecutionContextSelector.js", | 71 "ExecutionContextSelector.js", |
| 72 "HandlerRegistry.js", | |
| 73 "JavaScriptAutocomplete.js", | 72 "JavaScriptAutocomplete.js", |
| 74 "Linkifier.js", | 73 "Linkifier.js", |
| 75 "NetworkConditionsSelector.js", | 74 "NetworkConditionsSelector.js", |
| 76 "ObjectPopoverHelper.js", | 75 "ObjectPopoverHelper.js", |
| 77 "ObjectPropertiesSection.js", | 76 "ObjectPropertiesSection.js", |
| 78 "RemoteObjectPreviewFormatter.js", | 77 "RemoteObjectPreviewFormatter.js", |
| 79 "RequestAppBannerActionDelegate.js", | 78 "RequestAppBannerActionDelegate.js", |
| 80 "ShortcutsScreen.js", | 79 "ShortcutsScreen.js", |
| 81 "Spectrum.js", | 80 "Spectrum.js", |
| 82 "EventListenersUtils.js", | 81 "EventListenersUtils.js", |
| 83 "EventListenersView.js", | 82 "EventListenersView.js", |
| 84 "Reload.js" | 83 "Reload.js" |
| 85 ], | 84 ], |
| 86 "resources": [ | 85 "resources": [ |
| 87 "breakpointsList.css", | 86 "breakpointsList.css", |
| 88 "customPreviewSection.css", | 87 "customPreviewSection.css", |
| 89 "eventListenersView.css", | 88 "eventListenersView.css", |
| 90 "domUtils.css", | 89 "domUtils.css", |
| 91 "networkConditionsSettingsTab.css", | 90 "networkConditionsSettingsTab.css", |
| 92 "objectPropertiesSection.css", | 91 "objectPropertiesSection.css", |
| 93 "objectValue.css", | 92 "objectValue.css", |
| 94 "spectrum.css" | 93 "spectrum.css" |
| 95 ] | 94 ] |
| 96 } | 95 } |
| OLD | NEW |