Whatsapp-nativefier
WhatsApp desktop built with nativefier(electron)
Installation: AUR, GitHub Releases
Solution to "What's App works with Google Chrome 60+":
Option 1:
Pressing Ctrl+Shift+I (on Linux) and the Devtools window will open. Then click on Application -> Service Workers And check the option Bypass for network.
Now press Ctrl+R to reload. And Ctrl+Shift+I to close the Devtools.
Whenever you open your whatsapp the problem will occur, but since the Bypass for network option has already been enabled, you only need to press Ctrl+Shift+I (open devtools), Ctrl+R (reload), Ctrl+Shift+I (close devtools)
Option 2:
Pressing ctrl+shift+i (on Linux) and the Devtools window will open. Then pass this line: document.querySelector("a[href='https://support.google.com/chrome/answer/95414']") && navigator.serviceWorker.getRegistration().then(r => r.unregister() && document.location.reload()); and hit Enter.