quexten / goldwarden

A feature-packed Bitwarden compatible desktop client
MIT License
573 stars 18 forks source link

Biometrics instructions need to be updated for Manifest v3 for chromium based browsers #236

Open HauntedBunny opened 2 weeks ago

HauntedBunny commented 2 weeks ago

Hello, I was following the instructions on enabling browser biometrics in the Bitwarden extension for Chromium browsers, but a few things are off. There is no "background.html" inspect view, only a "service worker". Even if I try using the window anyway, running chrome.permissions.request({ permissions: ["nativeMessaging"] }); tells me "This function must be called during a user gesture," and there is no prompt to click "allow". I unfortunately don't have any experience with JavaScript, so I'm not sure what's going on here.

I am using the Vivaldi rpm on OpenSUSE Tumbleweed. Please let me know what else I should share.

quexten commented 1 week ago

There is no "background.html" inspect view, only a "service worker".

Instructions need updating since the extension got migrated to manifest v3 on chrome.