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:
parent
90ecc739df
commit
6e8a8c8df1
|
@ -10,8 +10,7 @@ ANDROID_LAUNCHER := \
|
||||||
novnc-72x72.png \
|
novnc-72x72.png \
|
||||||
novnc-96x96.png \
|
novnc-96x96.png \
|
||||||
novnc-144x144.png \
|
novnc-144x144.png \
|
||||||
novnc-192x192.png \
|
novnc-192x192.png
|
||||||
novnc-512x512.png
|
|
||||||
|
|
||||||
IPHONE_LAUNCHER := \
|
IPHONE_LAUNCHER := \
|
||||||
novnc-60x60.png \
|
novnc-60x60.png \
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
1
vnc.html
1
vnc.html
|
@ -37,7 +37,6 @@
|
||||||
<link rel="icon" sizes="144x144" type="image/png" href="app/images/icons/novnc-144x144.png">
|
<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="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="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">
|
<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 -->
|
<!-- Repeated last so that legacy handling will pick this -->
|
||||||
<link rel="icon" sizes="16x16" type="image/png" href="app/images/icons/novnc-16x16.png">
|
<link rel="icon" sizes="16x16" type="image/png" href="app/images/icons/novnc-16x16.png">
|
||||||
|
|
Loading…
Reference in New Issue