How to specify icons for specify usage

Hello, my app is almost ready and i want to set icons for it, for example i want to set ios homescreen icon to be different than favicon in browser. Is it possible in vaadin ? And if is how can i do it ?

Thanks for every answer :slight_smile:

Hi Jan,

Did you try this?
<link rel="apple-touch-icon" href="/custom_icon.png">

Source:
https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

I tried it before and it works! Anyway thanks for answer :).