Name of Home Assistant Instance should change the name of the Web-App when installing

For a while now Home assistant as supported being installed as a web-app on android, and recently it’s even been able to be installed on the desktop version of Google Chrome, but it only ever installs as “Home Assistant” meaning that if you’ve got multiple home assistant instances you keep up with they all get installed with the same name. This obviously isn’t ideal as the only way to open the one you want at any given time is usually trial and error.

Related to some feedback I’ve gotten on the reddit thread:

Q: Why don’t you just rename your app icon with a launcher like Nova Launcher?

A: Sure, there are some launchers you can install like Nova that will let you customize how they show up in your launcher but that doesn’t rename them in your multitasking menu, or the notifications you get, or the uninstall menu. As it is there is no way at all to distinguish a notification from my home hassio, and my dad’s home hassio without just writing the notifications myself in a way I can tell. The app name for the notification just shows as “Home Assistant” on the notification.

For reference, the custom component solution is this: https://github.com/thomasloven/hass-favicon
I’d love if this were just options from within the configuration menus, in the same place where you’re setting the home assistant instance.

Followup: That custom component solution actually doesn’t work. Installing the web-app does not actually respect the customization you’ve done in the hass-favicon component.