Clean up icon files

Use a (more) consistent naming scheme
main
Isaiah Odhner 2019-09-29 14:36:45 -04:00
parent 5a2bc6287e
commit dac402b64b
12 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
# [![](images/icons/32.png) JS Paint](https://jspaint.app)
# [![](images/icons/32x32.png) JS Paint](https://jspaint.app)
A nice web-based MS Paint remake and more... [Try it out!](https://jspaint.app)

View File

@ -1,5 +1,5 @@
# ![](images/icons/32.png) JS Paint Todo
# ![](images/icons/32x32.png) JS Paint Todo
### Help

View File

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 362 B

View File

Before

Width:  |  Height:  |  Size: 818 B

After

Width:  |  Height:  |  Size: 818 B

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 818 B

View File

@ -19,9 +19,9 @@
<link rel="apple-touch-icon" sizes="180x180" 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="32x32" href="images/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/icons/favicon-96x96.png"> -->
<!-- <link rel="icon" type="image/png" sizes="16x16" href="images/icons/favicon-16x16.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"> -->
<link rel="shortcut icon" href="favicon.ico">
<link rel="mask-icon" href="images/icons/safari-pinned-tab.svg" color="red">
<link rel="manifest" href="manifest.webapp">
@ -49,7 +49,7 @@
</head>
<body>
<div id="about-paint" style="display: none">
<h1><img src="images/icons/32.png" alt=""/> JS Paint <small class="version-number" title="Is that a thing? What I mean is, expect bugs!">Public Alpha</small></h1>
<h1><img src="images/icons/32x32.png" alt=""/> JS Paint <small class="version-number" title="Is that a thing? What I mean is, expect bugs!">Public Alpha</small></h1>
<hr/>
<p>JS Paint is a web-based remake of MS Paint by <a href="https://isaiahodhner.ml/">Isaiah Odhner</a>.</p>
<p>Read about the project and <b>extra features</b> on <a href="https://github.com/1j01/jspaint#readme">the README</a>.</p>

View File

@ -18,12 +18,12 @@
],
"icons": [
{
"src": "images/icons/16.png",
"src": "images/icons/16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "images/icons/32.png",
"src": "images/icons/32x32.png",
"sizes": "32x32",
"type": "image/png"
},
@ -58,7 +58,7 @@
"type": "image/png"
},
{
"src": "images/icons/512.png",
"src": "images/icons/512x512.png",
"sizes": "512x512",
"type": "image/png"
}