Add meta tags for fullscreen bookmarked app in iOS

Hi,

I enjoy using iOS bookmarked apps to run a browser app fullscreen. I am frustrated that retool sites dont have any way to set the header meta tags to play nice with iOS bookmarked apps. I tried to solve this with a Netlify wrapper iframe, but that caused iframe issues for passwordless and google auth.

Can you please add, or add the option for the below meta tags in the header?

 <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1.0, user-scalable=no"
    />

This would make my OCD so much happier not to have the ios header and footer in the screen when I bookmark the app to homescreen.

Thanks