You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a progressive enhancement, considering that h5bp supports favicons, I see that it should also support linking to a manifest.webmanifest file which would enable "save to homescreen" functionality and sensible defaults for meta associated with Web App (or website) such as name, description, icon etc.
As a progressive enhancement, considering that h5bp supports favicons, I see that it should also support linking to a manifest.webmanifest file which would enable "save to homescreen" functionality and sensible defaults for meta associated with Web App (or website) such as name, description, icon etc.
index.html
<link rel="manifest" href="manifest.webmanifest">
manifest.webmanifest
The text was updated successfully, but these errors were encountered: