aboutsummaryrefslogtreecommitdiff
path: root/src/content/messages.js
blob: df9fba2a48e689a68fe3c3fdd6fdf9c68d5d32e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export default {
  STATE_UPDATE: 'state.update',
  CONTENT_OPERATION: 'content.operation',

  CONSOLE_BLURRED: 'console.blured',
  CONSOLE_ENTERED: 'console.entered',
  CONSOLE_CHANGEED: 'console.changed',

  KEYDOWN: 'keydown',

  OPEN_URL: 'open.url',

  SETTINGS_RELOAD: 'settings.reload',
};