MetaMask / extension-provider

A module for allowing a WebExtension to access the web3 provider from an installed MetaMask instance
MIT License
68 stars 28 forks source link

support manifest v3 #24

Open SkipTyler opened 2 years ago

SkipTyler commented 2 years ago

Hello, do you plan to develop a version for the third version manifest?

It is already available, and I would like to use it in production.

January 17, 2022: New Manifest V2 extensions will no longer be accepted by the Chrome Web Store. Developers may still push updates to existing Manifest V2 extensions, but no new Manifest V2 items may be submitted.

source

karcreativeworks commented 2 years ago

Hey guys, any update on this?

ZeroSkill830 commented 2 years ago

Is the stream issue relegated to the manifest version?

emorling commented 2 years ago

Any news on this?

cryptoKevinL commented 2 years ago

I would also like to see this extended to V3 if possible! I am trying to use alarms to wake up my background task in V3 and just declaring the variable causes alarms to never run. When I comment this out, things work fine (minus the ability to use Metamask)...

let provider = createMetaMaskProvider()

david-dacruz commented 1 year ago

Hi any updates on v3 support?