Is it possible to change the default "Chrome icon" in JavaScript? I want to update the icon with a custom one. I am working on a Progressive Web App (PWA) and using the push notification feature. The notification icon shows on desktop, but not on mobile devices.
My goal is to change the default Chrome desktop icon to a custom one. I've tried various solutions, such as passing the icon URL and badge, but none of them worked. Most of the solutions I found are for Android, but I want to achieve this using JavaScript. I am working with Node.js, JavaScript, Firebase, HTML, and CSS.