]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Remove 512x512 icon
authorPierre Ossman <ossman@cendio.se>
Thu, 23 Feb 2017 15:29:16 +0000 (16:29 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 23 Feb 2017 15:29:16 +0000 (16:29 +0100)
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.

app/images/icons/Makefile
app/images/icons/novnc-512x512.png [deleted file]
vnc.html

index 1b3d71993a2cc6b54f015ab8043a24e0b84cd58f..be564b43b93ec68abf735beaeb1ed424e278144e 100644 (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 \
diff --git a/app/images/icons/novnc-512x512.png b/app/images/icons/novnc-512x512.png
deleted file mode 100644 (file)
index f6cfd24..0000000
Binary files a/app/images/icons/novnc-512x512.png and /dev/null differ
index c6f0d25bd8800450f0847a3294ae4de63c98d15d..d22c0ac10f68bed01fbc821abc5fdadc84e453ec 100644 (file)
--- a/vnc.html
+++ b/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="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">