Add browser best match option #10

Merged
joejulian merged 1 commits from feature/browser-best-match-only into main 2026-04-25 21:03:49 +00:00
Owner

Summary

  • add a Best match only browser extension setting
  • filter page suggestions and popup search results to the strongest KeePassGO match quality band when enabled
  • document and test the setting behavior

Verification

  • node --test browser/extension/background.test.cjs browser/extension/content.test.cjs
  • make browser-extension-firefox-dir
  • npx --yes --package web-ext@10.1.0 web-ext lint --source-dir build/firefox-extension
  • npx --yes --package web-ext@10.1.0 web-ext build --source-dir build/firefox-extension --artifacts-dir /tmp/jjulian/browser-best-match-only-artifacts
## Summary - add a Best match only browser extension setting - filter page suggestions and popup search results to the strongest KeePassGO match quality band when enabled - document and test the setting behavior ## Verification - node --test browser/extension/background.test.cjs browser/extension/content.test.cjs - make browser-extension-firefox-dir - npx --yes --package web-ext@10.1.0 web-ext lint --source-dir build/firefox-extension - npx --yes --package web-ext@10.1.0 web-ext build --source-dir build/firefox-extension --artifacts-dir /tmp/jjulian/browser-best-match-only-artifacts
joejulian added 10 commits 2026-04-25 18:43:08 +00:00
joejulian merged commit ab9214af99 into main 2026-04-25 21:03:49 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joejulian/keepassgo#10