From 7f88cf023eb8e0be746d0f5d4c7d065f9687eb4d Mon Sep 17 00:00:00 2001 From: Hawkins Date: Fri, 12 Aug 2016 14:56:15 +0800 Subject: [PATCH] Chrome --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7b5b69..3c344af 100644 --- a/README.md +++ b/README.md @@ -455,8 +455,24 @@ Below are the link relations which are not recommended for use: ``` +### Google Chrome Mobile (Android Only) -Since Chrome 31, you can set up your web app to "app mode" like Safari. See more info at this link below. +Since Chrome 31, you can set up your web app to "app mode" like Safari. + +``` html + + + + + + + + + + + + +``` [Google Developer](https://developer.chrome.com/multidevice/android/installtohomescreen)