xxxxxxxxxx
Go to:
>>you_project/web/index.html after you must have added you icon type in the web folder
>>assuming your web-app icon name is favicon, do the following:
For
>>.ico [icon]
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
=======OR======
For
>>.png [image]
<link rel="icon" type="image/png" href="favicon.png">
<link rel="shortcut icon" type="image/png" href="favicon.png">