aboutsummaryrefslogtreecommitdiff
path: root/src/background/actions/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/background/actions/index.js')
-rw-r--r--src/background/actions/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/background/actions/index.js b/src/background/actions/index.js
index 2bdaaf2..3833389 100644
--- a/src/background/actions/index.js
+++ b/src/background/actions/index.js
@@ -5,4 +5,7 @@ export default {
// Find
FIND_SET_KEYWORD: 'find.set.keyword',
+
+ // Tab
+ TAB_SELECTED: 'tab.selected',
};