apprise-api icon indicating copy to clipboard operation
apprise-api copied to clipboard

Request: chrome notifications

Open dburner opened this issue 2 years ago • 3 comments

: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.

dburner avatar Aug 12 '22 09:08 dburner

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 avatar Aug 16 '22 02:08 caronc

@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

WebKenth avatar Aug 17 '22 04:08 WebKenth

Issue transferred to apprise-api repo

caronc avatar Aug 17 '22 11:08 caronc