| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "setting", | |
| 5 "category": "Console", | |
| 6 "title": "Enable custom formatters", | |
| 7 "settingName": "customFormatters", | |
| 8 "settingType": "boolean", | |
| 9 "defaultValue": false | |
| 10 }, | |
| 11 { | |
| 12 "type": "@Components.DOMPresentationUtils.MarkerDecorator", | 4 "type": "@Components.DOMPresentationUtils.MarkerDecorator", |
| 13 "factoryName": "Components.DOMPresentationUtils.GenericDecorator", | 5 "factoryName": "Components.DOMPresentationUtils.GenericDecorator", |
| 14 "marker": "breakpoint-marker", | 6 "marker": "breakpoint-marker", |
| 15 "title": "DOM Breakpoint", | 7 "title": "DOM Breakpoint", |
| 16 "color": "rgb(105, 140, 254)" | 8 "color": "rgb(105, 140, 254)" |
| 17 }, | 9 }, |
| 18 { | 10 { |
| 19 "type": "setting", | 11 "type": "setting", |
| 20 "settingName": "customNetworkConditions", | 12 "settingName": "customNetworkConditions", |
| 21 "settingType": "array", | 13 "settingType": "array", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 "resources": [ | 67 "resources": [ |
| 76 "breakpointsList.css", | 68 "breakpointsList.css", |
| 77 "customPreviewComponent.css", | 69 "customPreviewComponent.css", |
| 78 "eventListenersView.css", | 70 "eventListenersView.css", |
| 79 "domUtils.css", | 71 "domUtils.css", |
| 80 "networkConditionsSettingsTab.css", | 72 "networkConditionsSettingsTab.css", |
| 81 "objectPropertiesSection.css", | 73 "objectPropertiesSection.css", |
| 82 "objectValue.css" | 74 "objectValue.css" |
| 83 ] | 75 ] |
| 84 } | 76 } |
| OLD | NEW |