gopasspw / gopassbridge

A web extension for Firefox and Chrome to insert login credentials from gopass
MIT License
264 stars 24 forks source link

[FR] Support connection-based messaging #228

Open dominikschulz opened 1 year ago

dominikschulz commented 1 year ago

This extension is currently using the Connectionless messaging using runtime.sendNativeMessage. This does start up a new instance of gopass-jsonapi for every single message.

Would it be possible to switch to Connection-based messaging to reduce the overhead there? On the gopass-jsonapi side that should be easy.