I need to show a push notification once a week, even when the user is not on the page. I know it is possible to use service workers to push a notification based on a "feed", but I don't know if it is possible to push a notification at a specific date.
If it is possible, how could it be done with PHP (, if needed, and JavaScript, of course)?