test icon

This commit is contained in:
Kyle
2018-11-05 16:30:32 -08:00
parent 5b7f2bdf48
commit 7cf70225bf
17 changed files with 67 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
data/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

9
data/browserconfig.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="https://imkyle4815.github.io/cardconjurer/data/mstile-150x150.png"/>
<TileColor>#00a300</TileColor>
</tile>
</msapplication>
</browserconfig>

BIN
data/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

BIN
data/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

BIN
data/largeIcon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
data/mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="260.000000pt" height="260.000000pt" viewBox="0 0 260.000000 260.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,260.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M1069 2585 c-383 -72 -708 -303 -902 -640 -56 -98 -101 -207 -135
-334 -24 -89 -26 -111 -26 -311 0 -200 2 -222 26 -311 132 -487 470 -825 957
-957 89 -24 111 -26 311 -26 200 0 222 2 311 26 487 132 825 470 957 957 24
89 26 111 26 311 0 200 -2 222 -26 311 -132 487 -474 829 -957 956 -82 22
-122 26 -281 29 -131 2 -207 -1 -261 -11z m-23 -628 c70 -20 174 -68 174 -81
0 -22 -41 -331 -45 -334 -1 -2 -9 14 -15 35 -21 63 -78 170 -111 208 -51 58
-100 78 -179 73 -81 -4 -134 -36 -179 -107 -60 -95 -81 -200 -81 -412 0 -256
41 -404 134 -486 53 -47 89 -58 171 -51 101 8 180 91 240 249 15 39 29 69 30
67 3 -3 45 -307 45 -327 0 -15 -81 -54 -163 -80 -274 -84 -554 16 -671 239
-60 113 -79 202 -79 370 -1 163 12 227 68 345 77 161 203 262 380 305 51 12
215 4 281 -13z m1070 0 c70 -20 174 -68 174 -81 0 -22 -41 -331 -45 -334 -1
-2 -9 14 -15 35 -21 63 -78 170 -111 208 -51 58 -100 78 -179 73 -81 -4 -134
-36 -179 -107 -60 -95 -81 -200 -81 -412 0 -256 41 -404 134 -486 53 -47 89
-58 171 -51 101 8 180 91 240 249 15 39 29 69 30 67 3 -3 45 -307 45 -327 0
-15 -81 -54 -163 -80 -274 -84 -554 16 -671 239 -60 113 -79 202 -79 370 -1
163 12 227 68 345 77 161 203 262 380 305 51 12 215 4 281 -13z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

19
data/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "Card Conjurer",
"short_name": "Card Conjurer",
"icons": [
{
"src": "https://imkyle4815.github.io/cardconjurer/data/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://imkyle4815.github.io/cardconjurer/data/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#64ca2f",
"background_color": "#64ca2f",
"display": "standalone"
}

View File

@@ -8,7 +8,16 @@
<script src="data/scripts/mask.js"></script>
<script src="data/scripts/autocrop.js"></script>
<div class="title">Card Conjurer</div>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- Please Work -->
<link rel="apple-touch-icon" sizes="180x180" href="https://imkyle4815.github.io/cardconjurer/data/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://imkyle4815.github.io/cardconjurer/data/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://imkyle4815.github.io/cardconjurer/data/favicon-16x16.png">
<link rel="manifest" href="https://imkyle4815.github.io/cardconjurer/data/site.webmanifest">
<link rel="mask-icon" href="https://imkyle4815.github.io/cardconjurer/data/safari-pinned-tab.svg" color="#64ca2f">
<link rel="shortcut icon" href="https://imkyle4815.github.io/cardconjurer/data/favicon.ico">
<meta name="msapplication-TileColor" content="#00a300">
<meta name="msapplication-config" content="https://imkyle4815.github.io/cardconjurer/data/browserconfig.xml">
<meta name="theme-color" content="#64ca2f">
</head>
<!-- <link rel="shortcut icon" href="data/background.png" /> -->
<!-- <img src="data/background.png"></img> -->