aboutsummaryrefslogtreecommitdiff
path: root/common/connection_types.js
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-07-06 18:25:34 +0200
committerWojtek Kosior <koszko@koszko.org>2021-07-06 18:25:34 +0200
commitb7e2870ff58ef85370781aa04e9e0126988e39fd (patch)
tree16df903db70aac294188e24b69916cd22ea779f1 /common/connection_types.js
parentd0ae39390fba3822aed4a498aafcdfa61289448b (diff)
downloadbrowser-extension-b7e2870ff58ef85370781aa04e9e0126988e39fd.tar.gz
browser-extension-b7e2870ff58ef85370781aa04e9e0126988e39fd.zip
show some settings of the current page in the popup
Diffstat (limited to 'common/connection_types.js')
-rw-r--r--common/connection_types.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/connection_types.js b/common/connection_types.js
index e227532..ce63e55 100644
--- a/common/connection_types.js
+++ b/common/connection_types.js
@@ -12,7 +12,9 @@
const CONNECTION_TYPE = {
REMOTE_STORAGE : "0",
- PAGE_ACTIONS : "1"
+ PAGE_ACTIONS : "1",
+ PAGE_INFO : "2",
+ ACTIVITY_INFO : "3"
};
/*