Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<Host name="serverName" debug="0" appBase="/some/remote/drive"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<Context path="" docBase="myWebAppDirectory" debug="0"
reloadable="true" crossContext="true">
</Context>
</Host>