export default [ { content: 'commands', description: 'Use the Commands API to add a keyboard shortcuts.' }, { content: 'contextmenus', description: "Use the ContextMenus API to add a custom item to Chrome's context menu." }, { content: 'declarativeNetRequest', description: 'Use the DeclarativeNetRequest API to block or modify network requests.' }, { content: 'downloads', description: 'Use the Downloads API to programmatically manipulate downloads.' }, { content: 'i18n', description: 'Use the i18n API to localize your extension' }, { content: 'identity', description: 'Use the Identity API to get OAuth2 access tokens.' }, { content: 'notifications', description: 'Use the Notifications API show notifications to users in the system tray.' }, { content: 'offscreen', description: 'Use the Offscreen API to create and manage offscreen documents.' }, { content: 'omnibox', description: "Use the Omnibox API to register a keyword with Chrome's address bar." }, { content: 'permissions', description: 'Use the Permissions API to request optional permissions at run time.' }, { content: 'runtime', description: 'Use the Runtime API pass messages, manage extension lifecycle, and access other helper utils.' }, { content: 'scripting', description: 'Use the Scripting API to execute scripts in different contexts.' }, { content: 'storage', description: 'Use the Storage API to store, retrieve, and track changes to user data.' }, { content: 'tabs', description: 'Use the Tabs API to create, update and manipulate tabs.' }, { content: 'topSites', description: 'Use the TopSites API to access the most visited sites that are displayed on the new tab page.' }, { content: 'webNavigation', description: 'Use the WebNavigation API to receive notifications about the status of navigation requests in-flight.' } ];