Closed freaktechnik closed 6 years ago
Hi @freaktechnik! Thanks for the PR. 👍
What is Notification Sound, it's an API?
btw, the extension already has sound notifications https://github.com/olsh/Feedly-Notifier/blob/master/src/scripts/core.js#L371-L375
What is Notification Sound, it's an API?
It is an extension whose purpose it is to play a sound when notifications are shown, though in theory other extensions can make it play a sound whenever they want. The idea there is that users on an OS without built in sounds in the notification system have a single sound they can define for all notifications.
btw, the extension already has sound notifications https://github.com/olsh/Feedly-Notifier/blob/master/src/scripts/core.js#L371-L375
Ah, sorry, didn't see that.
Notification Sound (currently Firefox only) plays a user-defined sound whenever a notification is shown. Currently it requires extensions to tell it about notifications. This simple patch adds that notification, and should only be added to the Firefox version, from how I understand the build system.