김재형

Add favicon

1 +<?xml version="1.0" encoding="utf-8"?>
2 +<browserconfig>
3 + <msapplication>
4 + <tile>
5 + <square150x150logo src="/mstile-150x150.png"/>
6 + <TileColor>#da532c</TileColor>
7 + </tile>
8 + </msapplication>
9 +</browserconfig>
...@@ -2,11 +2,16 @@ ...@@ -2,11 +2,16 @@
2 <html lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <meta charset="utf-8" /> 4 <meta charset="utf-8" />
5 - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <meta name="theme-color" content="#000000" /> 6 <meta name="theme-color" content="#000000" />
8 <meta name="description" content="KHUDrive" /> 7 <meta name="description" content="KHUDrive" />
9 - <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> 8 + <link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png">
9 + <link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png">
10 + <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
11 + <link rel="manifest" href="%PUBLIC_URL%/site.webmanifest">
12 + <link rel="mask-icon" href="%PUBLIC_URL%/safari-pinned-tab.svg" color="#5bbad5">
13 + <meta name="msapplication-TileColor" content="#da532c">
14 + <meta name="theme-color" content="#ffffff">
10 <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> 15 <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
11 <title>KHUDrive</title> 16 <title>KHUDrive</title>
12 </head> 17 </head>
......
1 +<?xml version="1.0" standalone="no"?>
2 +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3 + "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4 +<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5 + width="700.000000pt" height="700.000000pt" viewBox="0 0 700.000000 700.000000"
6 + preserveAspectRatio="xMidYMid meet">
7 +<metadata>
8 +Created by potrace 1.11, written by Peter Selinger 2001-2013
9 +</metadata>
10 +<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
11 +fill="#000000" stroke="none">
12 +<path d="M300 6180 c-105 -20 -218 -112 -268 -218 l-27 -57 0 -2410 0 -2410
13 +29 -58 c50 -98 123 -163 223 -196 l63 -21 3197 2 3198 3 65 31 c80 38 149 105
14 +187 182 l28 57 0 2040 0 2040 -33 67 c-48 99 -134 169 -242 198 -34 9 -494 12
15 +-1930 14 l-1885 1 -65 31 c-96 46 -150 109 -240 279 -70 132 -165 287 -194
16 +317 -46 47 -112 86 -175 103 -38 10 -247 13 -972 12 -508 0 -940 -3 -959 -7z"/>
17 +</g>
18 +</svg>
1 +{
2 + "name": "",
3 + "short_name": "",
4 + "icons": [
5 + {
6 + "src": "/android-chrome-192x192.png",
7 + "sizes": "192x192",
8 + "type": "image/png"
9 + },
10 + {
11 + "src": "/android-chrome-512x512.png",
12 + "sizes": "512x512",
13 + "type": "image/png"
14 + }
15 + ],
16 + "theme_color": "#ffffff",
17 + "background_color": "#ffffff",
18 + "display": "standalone"
19 +}