apprise-api
apprise-api copied to clipboard
Request: chrome notifications
:bulb: The Idea The ideea is simple, add support for chrome notifications.
The implementation might not be possible l, didnt look into these too much but apparently they require some keys/ token exchange, and possibly a persisted state.
If this could be done it could prove useful.
Maybe use the url format to pass the tokens to apprise, and let the parent app generate the tokens.
:hammer: Breaking Feature Probably none.
I had a quick look at the notifications. Chrome/Firefox/Etc all support notification from within websites after you accept/agree to allowing it to send a notification, but not from outside (where Apprise resides).
Maybe something for the Apprise API?
@caronc it's pretty easy to solve
Launch apprise as a PWA with notifications enabled ( the webinterface could be modified to serve as a notification hub for browsers )
now the PWA can send as many notifications in the background as you want
Issue transferred to apprise-api repo