It would be nice if there was some way to edit the application title in the browser tab.
Currently, the browser tab title is always set to “Universal”:

After doing some research, I learned that this title is set in the index.html file in section:
<head>
<title>Universal</title>
</head>
I can see that the value is indeed set to “Universal”, but changing this has no effect (for a short time I see my custom title, which is then replaced with “Universal” again).