Commit Graph

3 Commits

Author SHA1 Message Date
golem
6bedd700e8 doc: record the omitted strict_min_version and rejection guards
The plan pinned strict_min_version to 112.0 for the ES-module background
floor, but the existing data_collection_permissions key requires Firefox
140 desktop / 142 Android, so addons-linter warned and warningsAsErrors
failed the build. Measured: 112.0 -> 2 warnings, 140.0 -> 1, 142.0 ->
clean, omitted -> clean. 142.0 was rejected because it locks out ESR 140.
Omitting excludes nobody and degrades gracefully below 112.

Also syncs the plan's background.js block with the rejection guards added
in 22fc754, and reworks two of those comments for clarity.
2026-08-01 22:33:29 -06:00
golem
22fc754636 fix: swallow rejections on the tab-open and menu-registration paths 2026-08-01 22:30:37 -06:00
golem
f683f2e841 feat: add context menu and keyboard shortcut entry points 2026-08-01 22:21:06 -06:00