There are the steps to add an image from a web page so it appears as an icon on the Android home screen.
-
- Create image
- The file type is PNG with a transparent background is desired.
- The image size is 57 x 57 pixels.
- Name the file “apple-touch-icon.png”.
- Copy it to the root of your website.
- Add the following code to the <head> section of website:
- Create image
<link rel=”apple-touch-icon” href=http://www.domain.com/apple-touch-icon.png>
<link rel=”apple-touch-icon-precomposed” href=http://www.domain.com/apple-touch-icon.png>
Resources