Open
Description
What problem does this feature solve?
The current implementation doesn't support setting multiple images for apple-touch-icon
.
What does the proposed API look like?
The easies way would be to keep using the current scheme that is being used with faviconXX
, meaning that we'd have appleTouchIcon76
, appleTouchIcon120
, ...152
, ...180
, etc...
I'm willing to submit a patch if you're OK with this method.