Removing legacy/internal calls so strict_max_version is no longer needed in the manifest.

This commit is contained in:
Jordan Wages 2026-03-28 21:41:25 -05:00
commit 82671bda6f
3 changed files with 7 additions and 47 deletions

View file

@ -47,7 +47,7 @@ containing `matched` and `reason` fields. Older installations with a separate
## Architecture Overview
Sortana is implemented entirely with standard WebExtension scripts—no custom experiment code is required:
Sortana is implemented entirely with documented MailExtension/WebExtension APIs. No custom experiment code or Thunderbird-internal fallback paths are required:
- `background.js` loads saved settings, manages the classification queue and listens for new messages.
- `modules/AiClassifier.js` implements the classification logic and cache handling.