@ross a url handler being a custom url scheme? so you can link to ross://hello and have it open in your pwa? The magic phrase you want for searches is "URL protocol handler": see https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler for details. In particular, it's pretty much Chromium-based browsers only, and iOS Safari does not support it as far as I'm aware, and MDN agrees