How to support Service Workers in meteor-desktop

Hey folks - I’m trying to get ServiceWorkers to work with the meteor-desktop Electron integration, but anytime I reference the worker file, it says:

TypeError: Failed to register a ServiceWorker: The URL protocol of the current origin ('meteor://desktop') is not supported

ServiceWorkers are really strict when it comes to the origin of the file… but maybe there’s some kind of workaround?