tschortsch/tschortsch.github.io

Create manifest.json to support "add to homescreen" feature

Closed this issue · 1 comments

See: https://developer.chrome.com/multidevice/android/installtohomescreen
Example manifest: https://github.com/GoogleChrome/samples/blob/gh-pages/web-application-manifest/manifest.json

Also add metatag to support Chrome browsers prior to M39:

<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">

done in commit c3ed991