aboutsummaryrefslogtreecommitdiff
path: root/src/content/messages.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/messages.js')
-rw-r--r--src/content/messages.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/content/messages.js b/src/content/messages.js
new file mode 100644
index 0000000..df9fba2
--- /dev/null
+++ b/src/content/messages.js
@@ -0,0 +1,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',
+};