Authenticator-Extension / Authenticator

Authenticator generates 2-Step Verification codes in your browser.
https://authenticator.cc
MIT License
3.42k stars 798 forks source link

Fix toolbar button shortcut (#1274) #1288

Closed cesar19004 closed 2 months ago

cesar19004 commented 2 months ago

Fix #1274 Since manifest v3 execute_browser_action is no longer available, use the execute_action command instead https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/commands

Sneezry commented 2 months ago

@mymindstorm I think I missed this migration for Firefox in #1009 . Could you help to double confirm? Thanks.