aboutsummaryrefslogtreecommitdiff
path: root/background/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'background/main.js')
-rw-r--r--background/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/background/main.js b/background/main.js
index 2fcdda3..da408f9 100644
--- a/background/main.js
+++ b/background/main.js
@@ -12,6 +12,7 @@
* IMPORT start_storage_server
* IMPORT start_page_actions_server
* IMPORT start_policy_injector
+ * IMPORT start_page_info_server
* IMPORT browser
* IMPORTS_END
*/
@@ -19,6 +20,7 @@
start_storage_server();
start_page_actions_server();
start_policy_injector();
+start_page_info_server();
async function init_myext(install_details)
{