You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah @w3cj mentioned in the stream that he knows this but given the nature of this project he doesn't totally care about this. Also V3 remove support for background pages (which we use here) in favor of workers.
We could however think to rewrite this to be V3 compliant and upgrade to V3
P.s. another problem there was with V3 was the fact that the service worker will be shut down if not needed and CJ needed the background script to always run for the notifications. However reading this guide I discovered that you can replace setTimeout with the alarm api that does basically the same thing.
Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.
The text was updated successfully, but these errors were encountered: