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