extension-provider icon indicating copy to clipboard operation
extension-provider copied to clipboard

Using Alarms and extension-provider not working

Open cryptoKevinL opened this issue 2 years ago • 0 comments

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)

cryptoKevinL avatar Jul 05 '22 21:07 cryptoKevinL