• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "extensions": [
3         {
4             "type": "drawer-view",
5             "name": "search",
6             "title": "Search",
7             "order": "1",
8             "className": "WebInspector.AdvancedSearchView"
9         },
10         {
11             "type": "@WebInspector.ActionDelegate",
12             "actionId": "search.toggle",
13             "className": "WebInspector.AdvancedSearchView.ToggleDrawerViewActionDelegate",
14             "bindings": [
15                 {
16                     "platform": "mac",
17                     "shortcut": "Meta+Alt+F"
18                 },
19                 {
20                     "platform": "windows,linux",
21                     "shortcut": "Ctrl+Shift+F"
22                 }
23             ]
24         }
25    ],
26    "scripts": [ "AdvancedSearchView.js" ]
27}
28