The original question was falsely duplicated, and hasn't been opened for over a year, so I'm asking it again. Link: "apple-mobile-web-app-title" on Android
is there an equivalent to iOS's meta tag apple-mobile-web-app-title
for android web-applications? Something that gives you the possibility to define an alternate title for Android's Add to Home Screen functionality.
<title>Long name</title>
<meta name="apple-mobile-web-app-title" content="Short name">