| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 "name": "network-conditions", | 42 "name": "network-conditions", |
| 43 "title": "Throttling", | 43 "title": "Throttling", |
| 44 "order": "35", | 44 "order": "35", |
| 45 "className": "WebInspector.NetworkConditionsSettingsTab", | 45 "className": "WebInspector.NetworkConditionsSettingsTab", |
| 46 "settings": [ | 46 "settings": [ |
| 47 "customNetworkConditions" | 47 "customNetworkConditions" |
| 48 ] | 48 ] |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 "type": "@WebInspector.ActionDelegate", | 51 "type": "@WebInspector.ActionDelegate", |
| 52 "category": "Mobile", |
| 52 "actionId": "components.request-app-banner", | 53 "actionId": "components.request-app-banner", |
| 53 "className": "WebInspector.RequestAppBannerActionDelegate", | 54 "className": "WebInspector.RequestAppBannerActionDelegate", |
| 54 "title": "Trigger add to homescreen" | 55 "title": "Trigger add to homescreen" |
| 55 } | 56 } |
| 56 ], | 57 ], |
| 57 "dependencies": [ | 58 "dependencies": [ |
| 58 "bindings", | 59 "bindings", |
| 59 "platform", | 60 "platform", |
| 60 "ui" | 61 "ui" |
| 61 ], | 62 ], |
| (...skipping 21 matching lines...) Expand all Loading... |
| 83 "resources": [ | 84 "resources": [ |
| 84 "breakpointsList.css", | 85 "breakpointsList.css", |
| 85 "customPreviewSection.css", | 86 "customPreviewSection.css", |
| 86 "eventListenersView.css", | 87 "eventListenersView.css", |
| 87 "domUtils.css", | 88 "domUtils.css", |
| 88 "networkConditionsSettingsTab.css", | 89 "networkConditionsSettingsTab.css", |
| 89 "objectPropertiesSection.css", | 90 "objectPropertiesSection.css", |
| 90 "objectValue.css" | 91 "objectValue.css" |
| 91 ] | 92 ] |
| 92 } | 93 } |
| OLD | NEW |