aboutsummaryrefslogtreecommitdiff
path: root/src/content/messages.js
blob: 8d416c798870fada623bf6b69faf916135bb3f89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export default {
  CONTENT_OPERATION: 'content.operation',
  CONTENT_SET_SETTINGS: 'content.set.settings',

  CONSOLE_BLURRED: 'console.blured',
  CONSOLE_ENTERED: 'console.entered',
  CONSOLE_QUERY_COMPLETIONS: 'console.query.completions',
  CONSOLE_SHOW_COMMAND: 'console.show.command',
  CONSOLE_SHOW_ERROR: 'console.show.error',
  CONSOLE_HIDE: 'console.hide',

  KEYDOWN: 'keydown',

  OPEN_URL: 'open.url',

  SETTINGS_RELOAD: 'settings.reload',
};