in src/Popout.tsx [300:307]
function getWindowName(name: string) { return ( name || Math.random() .toString(12) .slice(2) ); }