I don’t think there is any kind of API for the Hub and I think we will never have one.
Obviously you can try to manipulate the .asar file, AFAIK that is where Electron stores all of its files. Through this for example: https://github.com/electron/asar but I wouldn’t bother with this, 3rd-party solutions are simpler and better.
Disclaimer: this is an educated guess, never worked with Electron before, so I may be wrong.
yeah, can unpack the asar file and then play with electron js/html files to customize anything,
but then have to do it again for every hub update… : D Renaming Projects page-2#post-9516265
but literally all those OP requested features could be added into current hub within few days or week…
*i think i’m going to steal that screenshot idea for myself : ) simple editor script could be used to snap thumbnail image for the project (which is then shown in mouse over or right click panel in the project list).
already planning to add renderpipeline column on custom hub, to easily see what project has URP installed or so.