(async function entrypoint(): Promise<void> {
    logger.info("BackgroundScript loaded");

    try {
        await BackgroundScript.start();