aboutsummaryrefslogtreecommitdiff
path: root/src/background/commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/background/commands.js')
-rw-r--r--src/background/commands.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/background/commands.js b/src/background/commands.js
new file mode 100644
index 0000000..8bd52e5
--- /dev/null
+++ b/src/background/commands.js
@@ -0,0 +1,2 @@
+export const OPEN = 'open';
+export const TABOPEN = 'tabopen';