Skip to content

Web extension updates - #210

Merged
iinuwa merged 4 commits into
mainfrom
webext-updates
Aug 22, 2026
Merged

Web extension updates#210
iinuwa merged 4 commits into
mainfrom
webext-updates

Conversation

@iinuwa

@iinuwa iinuwa commented Aug 22, 2026

Copy link
Copy Markdown
Member
  • Switch to event-based native messaging for performance and correct response routing when multiple tabs are open
  • Improve error handling
  • Run Firefox extension on all web sites
  • Bump to version 0.2.0

I also confirmed that PRF is working properly, so:
Closes #6
Closes #145

iinuwa added 4 commits August 22, 2026 09:09
We were starting a connection/Python process for every tab that matched
the match URLs, which is wasteful. This changes to an event based one,
so we only start the process once a navigator.credentials function is
called.

This is in preparation for enabling this for all sites.
@iinuwa
iinuwa merged commit 5b97f5c into main Aug 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up extension oddities Support PRF extension

1 participant