Use Thunderbird background scripts for MV3

This commit is contained in:
Jordan Wages 2026-04-19 01:56:14 -05:00
commit e5f89222a3
4 changed files with 6 additions and 4 deletions

View file

@ -26,5 +26,5 @@ async function bootstrap() {
}
bootstrap().catch(caughtError => {
logError("Failed to bootstrap background service worker", caughtError);
logError("Failed to bootstrap background script", caughtError);
});