()
| 888 | } |
| 889 | |
| 890 | async function initializeExtension() { |
| 891 | await Settings.onLoaded(); |
| 892 | await Commands.init(); |
| 893 | } |
| 894 | |
| 895 | // The browser may have tabs already open. We inject the content scripts and Vimium's CSS |
| 896 | // immediately so that the extension is running on the pages immediately after install, rather than |