| { | 
 |   "extensions": [ | 
 |     { | 
 |       "type": "view", | 
 |       "location": "drawer-view", | 
 |       "id": "release-note", | 
 |       "title": "What's New", | 
 |       "persistence": "closeable", | 
 |       "order": 1, | 
 |       "className": "Help.ReleaseNoteView" | 
 |     }, | 
 |     { | 
 |       "type": "setting", | 
 |       "category": "Appearance", | 
 |       "title": "Show What's New after each update", | 
 |       "settingName": "help.show-release-note", | 
 |       "settingType": "boolean", | 
 |       "defaultValue": true, | 
 |       "options": [ | 
 |         { | 
 |           "value": true, | 
 |           "title": "Show What's New after each update" | 
 |         }, | 
 |         { | 
 |           "value": false, | 
 |           "title": "Do not show What's New after each update" | 
 |         } | 
 |       ] | 
 |     }, | 
 |     { | 
 |       "type": "action", | 
 |       "category": "Help", | 
 |       "actionId": "help.release-notes", | 
 |       "title": "Release notes", | 
 |       "className": "Help.ReleaseNotesActionDelegate" | 
 |     }, | 
 |     { | 
 |       "type": "context-menu-item", | 
 |       "location": "mainMenuHelp/default", | 
 |       "actionId": "help.release-notes", | 
 |       "order": 10 | 
 |     }, | 
 |     { | 
 |       "type": "action", | 
 |       "category": "Help", | 
 |       "actionId": "help.report-issue", | 
 |       "title": "Report a DevTools issue", | 
 |       "className": "Help.ReportIssueActionDelegate", | 
 |       "tags": "bug" | 
 |     }, | 
 |     { | 
 |       "type": "context-menu-item", | 
 |       "location": "mainMenuHelp/default", | 
 |       "actionId": "help.report-issue", | 
 |       "order": 11 | 
 |     }, | 
 |     { | 
 |       "type": "late-initialization", | 
 |       "className": "Help.HelpLateInitialization" | 
 |     } | 
 |   ], | 
 |   "dependencies": [ | 
 |     "ui", | 
 |     "host" | 
 |   ], | 
 |   "scripts": [], | 
 |   "modules": [ | 
 |     "help.js", | 
 |     "HelpImpl.js", | 
 |     "ReleaseNoteView.js", | 
 |     "ReleaseNoteText.js" | 
 |   ], | 
 |   "resources": [ | 
 |     "releaseNote.css" | 
 |   ] | 
 | } |