chrome-extension-starter-kit icon indicating copy to clipboard operation
chrome-extension-starter-kit copied to clipboard

Service worker registration in Manifest V3

Open williamlmao opened this issue 5 years ago • 0 comments

I tried upgrading this to V3 and ran into some issues, realized it was because of service worker registration.

For manifest V3 extensions, do not register/unregister service workers as it handles for you.

williamlmao avatar Apr 19 '21 17:04 williamlmao