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
periodInMinutes: 0.5,// Set to 30 seconds can help to keep the service worker alive. I think some bugs or performance issue appear when service worker don't keep alive.
87
87
when: getStartOfNextMinute(now).getTime()
88
88
})
89
89
browser.alarms.clear()// Remove old alarm in previous version, if any
0 commit comments