Clean up icon names

and delete redundant 96px and 48px icons
main
Isaiah Odhner 2019-10-07 00:11:18 -04:00
parent fafd250b0c
commit 10b8dc8c46
8 changed files with 7 additions and 7 deletions

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 962 B

After

Width:  |  Height:  |  Size: 962 B

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -10,7 +10,7 @@
<link rel="apple-touch-icon" href="images/icons/apple-icon-180x180.png">
<!-- Chrome will pick the largest image for some reason, instead of the most appropriate one. -->
<!-- <link rel="icon" type="image/png" sizes="192x192" href="images/icons/android-icon-192x192.png">
<!-- <link rel="icon" type="image/png" sizes="192x192" href="images/icons/192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/icons/32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/icons/96x96.png"> -->
<!-- <link rel="icon" type="image/png" sizes="16x16" href="images/icons/16x16.png"> -->

View File

@ -27,32 +27,32 @@
"type": "image/png"
},
{
"src": "images/icons/android-icon-36x36.png",
"src": "images/icons/36x36.png",
"sizes": "36x36",
"type": "image/png"
},
{
"src": "images/icons/android-icon-48x48.png",
"src": "images/icons/48x48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "images/icons/android-icon-72x72.png",
"src": "images/icons/72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "images/icons/android-icon-96x96.png",
"src": "images/icons/96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "images/icons/android-icon-144x144.png",
"src": "images/icons/144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "images/icons/android-icon-192x192.png",
"src": "images/icons/192x192.png",
"sizes": "192x192",
"type": "image/png"
},