MetaMask / extension-provider

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

Using Alarms and extension-provider not working #27

Open cryptoKevinL opened 2 years ago

cryptoKevinL commented 2 years ago

In manifest V3, I am using Alarms, just simply incrementing a counter once a minute. When I add this extension, and declare it - the alarms never fire. Is there something in the init code that is declaring its own alarms or some issues with V2 vs V3?

let provider = createMetaMaskProvider() (just this cases alarms not to fire)