How can I replace teh Favicon in a BAP application?

Currently the application does not come with any favicon.
How can I add it to my BAP application?

Hi @tobias-amber-boulder,

You can add the line below into head tag in ./<project-folder>/resources/index.html.

<link rel="icon" type="image/x-icon" href="link-to-your-favicon">

Simple solutions are the best solutions. Thanks! :smiley: