| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "drawer-view", | 4 "type": "@WebInspector.ActionDelegate", |
| 5 "name": "remote-devices", | 5 "category": "Mobile", |
| 6 "title": "Remote devices", | 6 "actionId": "devices.dialog.show", |
| 7 "persistence": "closeable", | 7 "className": "WebInspector.DevicesDialog.ActionDelegate", |
| 8 "title": "Inspect devices\u2026" |
| 9 }, |
| 10 { |
| 11 "type": "context-menu-item", |
| 12 "location": "mainMenu/tools/open", |
| 8 "order": 50, | 13 "order": 50, |
| 9 "className": "WebInspector.DevicesView", | 14 "actionId": "devices.dialog.show" |
| 10 "tags": "usb, android, mobile" | |
| 11 } | 15 } |
| 12 ], | 16 ], |
| 13 "dependencies": ["platform", "ui", "host", "components"], | 17 "dependencies": ["platform", "ui", "host", "components"], |
| 14 "scripts": [ | 18 "scripts": [ |
| 15 "DevicesView.js" | 19 "DevicesView.js", |
| 20 "DevicesDialog.js" |
| 16 ], | 21 ], |
| 17 "resources": [ | 22 "resources": [ |
| 18 "devicesView.css" | 23 "devicesView.css" |
| 19 ] | 24 ] |
| 20 } | 25 } |
| OLD | NEW |