| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 "actionId": "settings.help" | 47 "actionId": "settings.help" |
| 48 } | 48 } |
| 49 ], | 49 ], |
| 50 "dependencies": [ | 50 "dependencies": [ |
| 51 "components" | 51 "components" |
| 52 ], | 52 ], |
| 53 "scripts": [ | 53 "scripts": [ |
| 54 "EditFileSystemView.js", | 54 "EditFileSystemView.js", |
| 55 "SettingsScreen.js", | 55 "SettingsScreen.js", |
| 56 "FrameworkBlackboxSettingsTab.js" | 56 "FrameworkBlackboxSettingsTab.js" |
| 57 ], |
| 58 "resources": [ |
| 59 "settingsScreen.css" |
| 57 ] | 60 ] |
| 58 } | 61 } |
| OLD | NEW |