extension-provider
extension-provider copied to clipboard
Using Alarms and extension-provider not working
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)