Add mobile-web-app-capable to Google Android

This commit is contained in:
Josh Buchea 2016-04-24 09:14:19 -07:00
parent b8e74e45fe
commit b7c0be9369
1 changed files with 3 additions and 0 deletions

View File

@ -191,6 +191,9 @@ A collection of HTML head elements.
``` html
<meta name="theme-color" content="#E64545">
<!-- Add to homescreen -->
<meta name="mobile-web-app-capable" content="yes">
```
### Google Chrome