Skip to content

sunrise-choir/sunrise.social

sunrise.social

a landing page for the Sunrise Social android app

Misc

How to remove offline service worker

In browser console:

navigator.serviceWorker.getRegistrations().then(registrations => {
  for (let registration of registrations) {
    registration.unregister()
  }
})

About

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors