Since manifest version 3, background scripts (now known as service workers) aren’t persistent, so I can’t think of a way to register a listener (e.g. web socket) that will receive notifications from my server.
I read about the chrome.gcm
API, but I understand GCM is deprecated (and unusable) in favor of FCM.
Is it possible in any way to send messages from my server to my Chrome extension?