Putting demo bar on top on ERPNext site

Hello.

I would like to have a bar similar to the one at https://demo.frappecloud.com/ , but not necessarily using the erpnext_demo site.

How would that be possible? I see that it has to do with get_startup_js, but I’m not sure about how do it correctly.

Thanks.

Insert the bar using JS.

Hi.

I thought about this; so based on Not Found , I should add new lines on build.json, on the js/erpnext-web.min.js part, for example? Would this be enough?

Thanks.

Yeah appending it to erpnext.min.js should be fine (via your own custom app)