I want to send notifications from my application using the api notification of chrome even when the user is with the page closed. I saw this feature on many blogs, such as technoblog.net .
It works as follows: User accesses the site for the first time, chrome requests authorization to send notifications, so even if you are with the blog page closed, chrome notifies you when you have a new post.
I already work with api notification, but I can not do this, I already looked in the documentation and did not succeed.
Would you know?