Skip to content

Commit

Permalink
Docs: Update icon size for Chrome Mobile web apps
Browse files Browse the repository at this point in the history
The recommended size for the icon that Chrome Mobile uses to
install to the homescreen was recently changed to 192×192px.

Ref: https://developer.chrome.com/multidevice/android/installtohomescreen#icon
     #1587

Close: #1587
  • Loading branch information
antleblanc authored and alrra committed Aug 28, 2014
1 parent 77d43a3 commit 927df9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/extend.md
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ which tries to be a more generic replacement to Apple's proprietary meta tag:
Same applies to the touch icons:

```html
<link rel="icon" sizes="196x196" href="highres-icon.png">
<link rel="icon" sizes="192x192" href="highres-icon.png">
```


Expand Down

0 comments on commit 927df9d

Please sign in to comment.