Ionic menu icons in category wordpres

hi! How can i add the icons on the categories on the ionic menu, i connected my app with wordpress api rest v2

<ion-side-menu side="left">
<header class="bar bar-header bar-stable">
</header>
<ion-content class="has-header mymenu">
  <ion-list>
    <ion-item nav-clear menu-close href="#/app/home">
        <img src="img/home.png" width="30" />Home       </ion-item>
 </ion-list>
 </ion-content>
 </ion-side-menu>

I know that menu items (categories) are synchronized with wordpress’s, I would like not only get the categories on the menu but also the icons next to category name. Could you explain me how I can do that ? Thank you

Also I have an other question if its possible and i really would appreciate the help …

I would like to know how that when a user clicks on the link of my website from his phone, he get to choose wither to open via the app or the website, so that the user can choose himself ?

Thank you for your support and advice

For the first question, i already see the icons next to categories. If you want different, kindly show an example in english( Dont understand the language :slight_smile: )

For the second requirement, you have to implement deep linking

I am yet to try out the ionic deep linking.