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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 "platform", | 54 "platform", |
55 "ui" | 55 "ui" |
56 ], | 56 ], |
57 "scripts": [ | 57 "scripts": [ |
58 "BreakpointsSidebarPaneBase.js", | 58 "BreakpointsSidebarPaneBase.js", |
59 "CustomPreviewSection.js", | 59 "CustomPreviewSection.js", |
60 "DataSaverInfobar.js", | 60 "DataSaverInfobar.js", |
61 "DOMBreakpointsSidebarPane.js", | 61 "DOMBreakpointsSidebarPane.js", |
62 "DOMPresentationUtils.js", | 62 "DOMPresentationUtils.js", |
63 "DockController.js", | 63 "DockController.js", |
64 "ExecutionContextSelector.js", | |
65 "JavaScriptAutocomplete.js", | 64 "JavaScriptAutocomplete.js", |
66 "Linkifier.js", | 65 "Linkifier.js", |
67 "NetworkConditionsSelector.js", | 66 "NetworkConditionsSelector.js", |
68 "ObjectPopoverHelper.js", | 67 "ObjectPopoverHelper.js", |
69 "ObjectPropertiesSection.js", | 68 "ObjectPropertiesSection.js", |
70 "RemoteObjectPreviewFormatter.js", | 69 "RemoteObjectPreviewFormatter.js", |
71 "ShortcutsScreen.js", | |
72 "Spectrum.js", | |
73 "EventListenersUtils.js", | 70 "EventListenersUtils.js", |
74 "EventListenersView.js", | 71 "EventListenersView.js", |
75 "Reload.js" | 72 "Reload.js" |
76 ], | 73 ], |
77 "resources": [ | 74 "resources": [ |
78 "breakpointsList.css", | 75 "breakpointsList.css", |
79 "customPreviewSection.css", | 76 "customPreviewSection.css", |
80 "eventListenersView.css", | 77 "eventListenersView.css", |
81 "domUtils.css", | 78 "domUtils.css", |
82 "networkConditionsSettingsTab.css", | 79 "networkConditionsSettingsTab.css", |
83 "objectPropertiesSection.css", | 80 "objectPropertiesSection.css", |
84 "objectValue.css", | 81 "objectValue.css" |
85 "spectrum.css" | |
86 ] | 82 ] |
87 } | 83 } |
OLD | NEW |