Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / settings / module.json
1 {
2     "extensions": [
3         {
4             "type": "@WebInspector.ActionDelegate",
5             "actionId": "settings.show",
6             "className": "WebInspector.SettingsController.SettingsScreenActionDelegate",
7             "bindings": [
8                 {
9                     "shortcut": "F1 Shift+?"
10                 }
11             ]
12         }
13     ]
14 }