Looking to create a persistent floating window in a NextJS 14 app. This window needs to remain on top, even when navigating between browser windows. Want it to stay visible even when the browser window is minimized, like a Picture-In-Picture feature. Most examples I've seen only show floating windows inside the browser window, not outside. Wondering if this can be achieved using Electron.js?