| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.ActionDelegate", | 4 "type": "@WebInspector.ActionDelegate", |
| 5 "actionId": "settings.show", | 5 "actionId": "settings.show", |
| 6 "title": "Settings", | 6 "title": "Settings", |
| 7 "className": "WebInspector.SettingsController.ActionDelegate", | 7 "className": "WebInspector.SettingsController.ActionDelegate", |
| 8 "bindings": [ | 8 "bindings": [ |
| 9 { | 9 { |
| 10 "shortcut": "F1 Shift+?" | 10 "shortcut": "F1 Shift+?" |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 "actionId": "settings.help" | 56 "actionId": "settings.help" |
| 57 } | 57 } |
| 58 ], | 58 ], |
| 59 "dependencies": [ | 59 "dependencies": [ |
| 60 "components" | 60 "components" |
| 61 ], | 61 ], |
| 62 "scripts": [ | 62 "scripts": [ |
| 63 "EditFileSystemDialog.js", | 63 "EditFileSystemDialog.js", |
| 64 "FrameworkBlackboxDialog.js", | 64 "FrameworkBlackboxDialog.js", |
| 65 "SettingsScreen.js" | 65 "SettingsScreen.js" |
| 66 ], |
| 67 "resources": [ |
| 68 "settingsScreen.css" |
| 66 ] | 69 ] |
| 67 } | 70 } |
| OLD | NEW |