getAlby / lightning-browser-extension

The Bitcoin Lightning Browser Extension that brings deep Lightning & Nostr integration to the web. Wallet interface to multiple lightning nodes and key signer for Nostr, Liquid and onchain use.
https://getalby.com/#extension
MIT License
530 stars 193 forks source link

Manifest v3 #57

Closed wlevchenko closed 3 years ago

wlevchenko commented 3 years ago

Hello, why you are not using manifest v3 in your extension?

bumi commented 3 years ago

afaik only chrome supports manifest v3? But I also don't know enough about v3, yet. The big change will be the service workers instead of the background script.

wlevchenko commented 3 years ago

What do you think is it ok to use v2? Or in the future, it will be trouble with Chrome?

chris-aeviator commented 3 years ago

There's even people warning about v3

"WebExtensions are fully in the hands of Google, that can and will change it any time based on its own interests only. It is not a Web Standard."

http://www.glazman.org/weblog/dotclear/index.php?post/2019/01/23/WebExtensions-v3-considered-harmful

wlevchenko commented 3 years ago

Many thanks!