I'm trying add some PWA'ness to my app and I have trouble costumising the app title when I save my app to my homescreen on iOS. I'm adding
<meta id="-nlfDEYoGQ0QvQrpmHcQF" name="apple-mobile-web-app-title" content="renosyd">
to my page header, but it's not taking effect. The id is toddle generated. I'm instead getting "toddle" as the title. After some digging, I think this link tag is overriding what I'm trying to set.
<link rel="manifest" href="https://raw.githubusercontent.com/cullophid/toddle-icons/main/icons/site.webmanifest">
I also tried adding my own manifest, but since the toddle is added by default in <head> I cannot get my own to take effect.