Web Manifest
https://developers.google.com/web/updates/2014/11/Support-
for-installable-web-apps-with-webapp-manifest-in-chrome-38-
for-Android
{
"short_name": "Kinlan's Amaze App",
"name": "Kinlan's Amazing Application ++",
"icons": [
{
"src": "launcher-icon-2x.png",
"sizes": "96x96",
"type": "image/png"
} ],
"start_url": "/index.html",
"display": "standalone",
"orientation": "landscape"
}