From 9a53df6797536fd13c4c7a73341b1557e8bc8146 Mon Sep 17 00:00:00 2001 From: Joe Medley Date: Fri, 13 Nov 2015 16:01:01 -0800 Subject: [PATCH] Link to web app manifest reference in appropriate page. --- android/installtohomescreen.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/android/installtohomescreen.html b/android/installtohomescreen.html index 5cc98b9..ffe59c4 100644 --- a/android/installtohomescreen.html +++ b/android/installtohomescreen.html @@ -11,11 +11,11 @@ dd { margin: 0 6px 12px 40px; }
-

Since Chrome M31, +

Since Chrome 31, you can set up your web app to have an application shortcut icon added to a device's homescreen, and have the app launch in full-screen "app mode" using Chrome for Android’s "Add to homescreen" menu item.

-

New in Chrome M39, you can define the metadata associated with your web application +

New in Chrome 39, you can define the metadata associated with your web application in a JSON-based manifest. The manifest provides a way to wrap metadata about a web application into a single file. Using this metadata in conjunction with Add to Homescreen, @@ -97,7 +97,7 @@ a start page (index.html), and the default orientation ("landscape").

-

+

The display property is "standalone". The web app has the look and feel of a standalone native application. This can include the application having a different window, @@ -106,6 +106,9 @@ In this mode, the user agent will exclude UI elements for controlling navigation but can include other UI elements such as a status bar.

+

The example below doesn't show everything that can be in a manifest. For that +you can check out the reference on MDN. +

 {
   "name": "Web Application Manifest Sample",