electron-push-receiver
electron-push-receiver copied to clipboard
How to add an image on notification
Try this on your Renderer process
let notification = new Notification('Fancy Title', {
body: text,
icon: img
});