Sometimes the PWA badge gets out of sync with your notifications. This can get annoying:

You can manually clear it through the PWA’s developer console in Chrome or Edge:
-
Open the Discourse PWA.
-
PressCtrl + Shift + J to open the console.
-
Enter:
await navigator.clearAppBadge() -
Close developer tools.
Profit! ![]()