| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "extensions": [ |
| 3 { |
| 4 "type": "view", |
| 5 "location": "settings-view", |
| 6 "id": "network-conditions", |
| 7 "title": "Throttling", |
| 8 "order": "35", |
| 9 "className": "NetworkConditions.NetworkConditionsSettingsTab", |
| 10 "settings": [ |
| 11 "customNetworkConditions" |
| 12 ] |
| 13 }, |
| 14 { |
| 15 "type": "@UI.ActionDelegate", |
| 16 "actionId": "components.network-offline", |
| 17 "category": "Network", |
| 18 "title": "Go offline", |
| 19 "className": "NetworkConditions.NetworkConditionsActionDelegate", |
| 20 "tags": "device" |
| 21 }, |
| 22 { |
| 23 "type": "@UI.ActionDelegate", |
| 24 "actionId": "components.network-online", |
| 25 "category": "Network", |
| 26 "title": "Go online", |
| 27 "className": "NetworkConditions.NetworkConditionsActionDelegate", |
| 28 "tags": "device" |
| 29 }, |
| 30 { |
| 31 "type": "setting", |
| 32 "settingName": "customNetworkConditions", |
| 33 "settingType": "array", |
| 34 "defaultValue": [] |
| 35 } |
| 36 ], |
| 37 "dependencies": [ |
| 38 "common", |
| 39 "sdk", |
| 40 "ui", |
| 41 "protocol" |
| 42 ], |
| 43 "scripts": [ |
| 44 "NetworkConditionsSelector.js" |
| 45 ], |
| 46 "resources": [ |
| 47 "networkConditionsSettingsTab.css" |
| 48 ] |
| 49 } |
| OLD | NEW |