Revision b7e2870f
Added by koszko about 2 years ago
background/main.js | ||
---|---|---|
12 | 12 |
* IMPORT start_storage_server |
13 | 13 |
* IMPORT start_page_actions_server |
14 | 14 |
* IMPORT start_policy_injector |
15 |
* IMPORT start_page_info_server |
|
15 | 16 |
* IMPORT browser |
16 | 17 |
* IMPORTS_END |
17 | 18 |
*/ |
... | ... | |
19 | 20 |
start_storage_server(); |
20 | 21 |
start_page_actions_server(); |
21 | 22 |
start_policy_injector(); |
23 |
start_page_info_server(); |
|
22 | 24 |
|
23 | 25 |
async function init_myext(install_details) |
24 | 26 |
{ |
Also available in: Unified diff
show some settings of the current page in the popup