There are different ways to control the beep / sound made by web push notifications.
web-notifications
Does Brave browser support web push notifications?
Brave is a privacy-focused browser, with a small market share, and you may be surprised to learn that it supports web push notifications.
Debugging web push notifications on a specific device
This article describes a simple and effective method for debugging web push notifications on a specific browser using Pushpad.
Pushpad: the new feature for sending silent notifications
Now Pushpad supports the silent option for web push notifications. This means that you can send web push notifications that don’t produce any sound or vibration when they are received.
How to remove a web push notification
Let’s say that you have sent a notification to a recipient and then you want to remove it: how can you do that?
Silent push: sending web push messages without displaying notifications
When you hear “web push” you probably think about notifications… but that is not necessary true. In theory, the web push technology could be used for delivering messages or updates to the web app, without displaying a notification to a user.
The notification prompt can only be triggered by a user gesture on some browsers
On some browsers, the permission prompt for notifications can be displayed only after a user interaction with the website. Let’s see why some browsers enforce this rule, what happens if you don’t comply with it and how can you implement a solution that works across all major browsers.
Chrome blocks the notifications on abusive websites
Chrome 84 will fight abusive notifications. Let’s see what you should do to stay complaint and avoid the penalization.
The double opt-in (prompt) for web push notifications
Browsing the web, you may have noticed that most websites use a double opt-in process for subscribing the users to notifications. Basically these websites first show a custom prompt (designed with HTML / CSS) that asks you if you are interested in the notifications, then, when you click the subscribe button, they display another prompt (with native appearance) asking you if you really want to allow the notifications from the website. Isn’t one prompt enough?
What is the character limit for web push notifications?
Are you wondering what is the maximum length of text that you can include in your web notifications?