Make existing Wix website work as a web application on iOS

I retrieved this code from the apple developer website. You need both of these to be able to have your bookmark of your page open in its own native app. How would I implement this into my wix website using wix code?

<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">

Look here