Hey guys, Any idea how to set the web app icon based on what model of apple product being used? For example, older iPhones need an icon of 57x57, retina displays need 114x114 and the iPad needs a 72x72 icon.
Right now, I only know how to set one icon with the following:
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
Hopefully you can help, thanks.