Remove 512x512 icon

It is not a launcher icon, but rather used for display on Google
Play. As such it is not needed and removing it mitigates the issue
of some buggy browsers downloading each and every listed icon.
This commit is contained in:
Pierre Ossman 2017-02-23 16:29:16 +01:00
parent 90ecc739df
commit 6e8a8c8df1
3 changed files with 1 additions and 3 deletions

View File

@ -10,8 +10,7 @@ ANDROID_LAUNCHER := \
novnc-72x72.png \
novnc-96x96.png \
novnc-144x144.png \
novnc-192x192.png \
novnc-512x512.png
novnc-192x192.png
IPHONE_LAUNCHER := \
novnc-60x60.png \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@ -37,7 +37,6 @@
<link rel="icon" sizes="144x144" type="image/png" href="app/images/icons/novnc-144x144.png">
<link rel="icon" sizes="152x152" type="image/png" href="app/images/icons/novnc-152x152.png">
<link rel="icon" sizes="192x192" type="image/png" href="app/images/icons/novnc-192x192.png">
<link rel="icon" sizes="512x512" type="image/png" href="app/images/icons/novnc-512x512.png">
<link rel="icon" sizes="any" type="image/svg+xml" href="app/images/icons/novnc-icon.svg">
<!-- Repeated last so that legacy handling will pick this -->
<link rel="icon" sizes="16x16" type="image/png" href="app/images/icons/novnc-16x16.png">