diff options
| -rw-r--r-- | internal/swextreload.go | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/internal/swextreload.go b/internal/swextreload.go index 803f39e..1d5af22 100644 --- a/internal/swextreload.go +++ b/internal/swextreload.go @@ -86,7 +86,8 @@ func Reload(  		isMV2 := isExtensionManifestV2(firstExtensionTarget) -		// TODO: Only do this in MV3. +		// In Manifest V3, we need to wait until the service worker reinstalls +		// before we can re-attach to it.  		if !isMV2 {  			time.Sleep(200 * time.Millisecond)  		} | 
