Mobile Safari looks for an apple-touch-icon link for the icon used when adding the site to the home screen. Currently, Fimfiction only provides a rel="icon" link and Webmanifest metadata.
In theory, this should be an easy fix if you add this to right under the current <link rel=icon ...>:
Mobile Safari looks for an apple-touch-icon link for the icon used when adding the site to the home screen. Currently, Fimfiction only provides a rel="icon" link and Webmanifest metadata.
In theory, this should be an easy fix if you add this to right under the current
<link rel=icon ...>
:Apple's documentation on this and other Safari metadata.