updating favicons

This commit is contained in:
lone-cloud 2016-10-17 23:34:08 -07:00
parent 5121226a10
commit 00c29c50e8
33 changed files with 71 additions and 85 deletions

View file

@ -31,24 +31,12 @@
<link href='//fonts.googleapis.com/css?family=Slabo+27px|Open+Sans' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Slabo+27px|Open+Sans' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json"> <link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff"> <meta name="theme-color" content="#ffffff">
<link rel="stylesheet" integrity="" href="{{rootURL}}assets/vendor.css"> <link rel="stylesheet" integrity="" href="{{rootURL}}assets/vendor.css">

View file

@ -28,7 +28,7 @@
</div> </div>
</div> </div>
{{light-group lightsData=lightsData activeLights=activeLights syncLight=syncLight apiURL=apiURL dimmerOn=dimmerOn}} {{light-group lightsData=lightsData activeLights=activeLights syncLight=syncLight apiURL=apiURL dimmerOn=dimmerOn storage=storage}}
{{lights-tab apiURL=apiURL lightsData=lightsData activeLights=activeLights syncLight=syncLight trial=trial active=lightsTabSelected colorLoopOn=colorLoopOn dimmerOn=dimmerOn}} {{lights-tab apiURL=apiURL lightsData=lightsData activeLights=activeLights syncLight=syncLight trial=trial active=lightsTabSelected colorLoopOn=colorLoopOn dimmerOn=dimmerOn}}

View file

@ -1,6 +1,6 @@
@import 'ember-paper'; @import 'ember-paper';
.md-icon { .paper-icon {
cursor: pointer; cursor: pointer;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -2,10 +2,7 @@
<browserconfig> <browserconfig>
<msapplication> <msapplication>
<tile> <tile>
<square70x70logo src="/mstile-70x70.png"/>
<square150x150logo src="/mstile-150x150.png"/> <square150x150logo src="/mstile-150x150.png"/>
<square310x310logo src="/mstile-310x310.png"/>
<wide310x150logo src="/mstile-310x150.png"/>
<TileColor>#da532c</TileColor> <TileColor>#da532c</TileColor>
</tile> </tile>
</msapplication> </msapplication>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -1,41 +1,17 @@
{ {
"name": "Huegasm", "name": "Huegasm",
"icons": [ "icons": [
{
"src": "\/android-chrome-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-chrome-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-chrome-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{ {
"src": "\/android-chrome-192x192.png", "src": "\/android-chrome-192x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image\/png", "type": "image\/png"
"density": "4.0" },
{
"src": "\/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image\/png"
} }
] ],
"theme_color": "#ffffff",
"display": "standalone"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -2,43 +2,68 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="558.000000pt" height="558.000000pt" viewBox="0 0 558.000000 558.000000" width="759.000000pt" height="759.000000pt" viewBox="0 0 759.000000 759.000000"
preserveAspectRatio="xMidYMid meet"> preserveAspectRatio="xMidYMid meet">
<metadata> <metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013 Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata> </metadata>
<g transform="translate(0.000000,558.000000) scale(0.100000,-0.100000)" <g transform="translate(0.000000,759.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none"> fill="#000000" stroke="none">
<path d="M2378 5545 c-2 -2 -86 -6 -188 -10 -102 -4 -203 -8 -225 -10 -140 <path d="M3187 7544 c-1 -1 -78 -4 -172 -8 -93 -3 -197 -8 -230 -11 -33 -2
-11 -195 -16 -230 -21 -22 -2 -60 -7 -85 -10 -40 -4 -158 -23 -245 -39 -16 -3 -98 -7 -145 -10 -47 -3 -98 -7 -115 -9 -16 -2 -64 -7 -105 -11 -41 -4 -88 -9
-73 -17 -125 -30 -375 -94 -633 -345 -706 -689 -43 -202 -4 -429 112 -661 60 -105 -11 -16 -2 -52 -6 -80 -9 -78 -10 -175 -24 -210 -32 -11 -2 -29 -6 -40
-118 207 -399 214 -410 13 -18 92 -167 140 -264 46 -92 156 -404 199 -561 33 -7 -88 -15 -304 -65 -320 -74 -5 -4 -17 -7 -25 -9 -27 -4 -164 -63 -230 -100
-123 73 -330 91 -475 6 -44 13 -87 15 -95 4 -17 15 -129 20 -215 2 -33 7 -87 -157 -86 -331 -234 -401 -343 -18 -27 -35 -50 -38 -50 -3 0 -15 -18 -25 -40
10 -120 3 -33 7 -87 10 -120 14 -167 71 -299 171 -400 l63 -63 -7 -49 c-16 -11 -22 -23 -40 -28 -40 -5 0 -7 -4 -3 -9 3 -5 1 -12 -4 -15 -17 -11 -71 -162
-109 2 -453 29 -558 12 -47 60 -144 86 -175 60 -71 233 -234 286 -269 35 -22 -98 -274 -20 -87 -26 -134 -27 -247 0 -77 2 -156 6 -175 8 -36 24 -110 32
73 -54 85 -70 30 -41 128 -113 187 -138 44 -18 119 -36 245 -59 46 -8 465 -7 -145 18 -76 62 -200 97 -273 70 -147 79 -164 123 -247 23 -44 62 -118 86 -165
533 1 167 21 302 80 397 175 36 36 88 80 117 98 70 45 222 204 265 279 38 64 24 -47 57 -106 72 -132 15 -27 25 -48 22 -48 -4 0 -1 -6 5 -13 6 -8 25 -40 42
72 171 84 263 4 30 12 66 19 80 26 52 43 167 43 298 l1 133 52 52 c125 124 -73 17 -32 45 -84 61 -114 63 -115 168 -320 164 -320 -2 0 5 -24 15 -52 36
171 242 193 492 3 28 28 131 56 230 28 99 53 187 55 195 23 94 115 395 145 -97 70 -193 74 -208 2 -8 15 -49 30 -90 65 -188 150 -504 139 -522 -3 -4 -1
474 125 329 186 499 195 543 14 68 -30 133 -101 149 -36 8 -1893 15 -1952 7 -8 3 -8 5 0 9 -8 9 -17 1 -19 6 -53 24 -143 6 -30 13 -71 16 -90 2 -19 6 -44
-52 -7 -92 -38 -107 -84 -11 -32 -8 -57 39 -294 10 -51 46 -244 51 -275 35 9 -55 4 -20 12 -81 20 -145 2 -19 6 -46 9 -60 8 -45 21 -176 40 -425 2 -27 7
-211 56 -260 120 -279 17 -4 184 -8 373 -7 188 1 342 -3 342 -7 0 -5 -11 -41 -86 10 -130 25 -312 91 -475 254 -626 l70 -65 -9 -54 c-6 -30 -9 -84 -9 -120
-24 -80 -23 -67 -44 -140 -51 -179 -2 -9 -6 -54 -10 -100 -11 -156 -9 -151 2 -134 2 -167 1 -235 0 -38 1 -79 3 -90 9 -59 16 -118 21 -186 3 -41 14 -108
-91 -235 -101 -104 -141 -179 -169 -313 -2 -8 -12 -43 -24 -77 -33 -98 -35 25 -148 39 -138 82 -204 240 -362 126 -126 193 -184 285 -246 33 -22 83 -65
-121 -31 -341 1 -68 0 -124 -2 -126 -1 -1 -33 -21 -69 -45 -37 -23 -75 -53 110 -95 28 -30 73 -72 100 -93 53 -40 162 -94 205 -101 14 -3 36 -9 50 -14 14
-85 -67 -17 -22 -25 -24 -106 -24 -94 0 -85 -4 -171 72 -16 15 -39 30 -49 34 -4 43 -12 65 -16 22 -4 47 -9 55 -10 65 -14 125 -17 424 -19 252 -1 355 1 403
-21 6 -21 5 -17 104 4 146 1 209 -16 267 -9 32 -19 86 -20 119 -6 99 -47 235 11 35 8 76 16 91 19 25 4 48 9 90 19 144 34 328 155 397 260 9 13 31 31 50 40
-82 272 -7 7 -13 16 -13 20 0 7 -57 71 -126 142 -36 38 -35 33 -49 221 -3 42 61 29 149 103 248 209 101 107 126 139 169 217 30 54 66 156 74 208 3 20 9 53
-7 85 -9 95 -2 11 -7 44 -10 74 -4 30 -8 66 -11 80 -8 51 -36 216 -41 245 -3 14 72 5 19 12 55 15 79 4 24 13 60 20 80 44 112 55 186 59 385 l4 196 75 79
17 -7 37 -9 45 -2 8 -7 31 -10 50 -27 159 -95 410 -169 621 -68 198 -236 556 c41 43 83 92 93 107 10 16 21 31 24 34 3 3 18 30 32 60 49 102 82 228 93 360
-445 953 -62 118 -65 133 -26 137 6 0 18 2 27 4 9 2 34 6 55 9 21 3 52 8 68 6 67 15 147 21 169 3 14 19 74 28 106 1 6 10 37 20 70 9 33 23 83 31 110 8 28
10 85 14 188 26 250 31 39 3 92 7 118 10 117 9 464 18 722 18 245 0 362 -4 24 82 35 120 12 39 23 78 25 89 26 123 169 573 266 833 196 528 198 534 194
570 -18 28 -2 91 -6 140 -10 95 -6 180 -13 230 -20 284 -36 286 -37 393 -59 592 -4 92 -65 142 -190 158 -57 7 -2564 10 -2610 3 -16 -3 -34 -8 -40 -13 -71
50 -11 58 -17 74 -63 29 -79 76 -153 106 -164 63 -25 60 -26 287 55 72 26 150 -54 -89 -91 -81 -166 6 -59 17 -128 36 -221 6 -30 13 -64 14 -75 2 -11 8 -45
54 175 62 25 8 54 19 65 23 11 5 54 21 96 36 141 48 151 81 103 305 -61 275 14 -75 6 -30 13 -68 16 -85 2 -16 16 -88 30 -160 14 -71 27 -141 30 -155 2
-299 538 -569 625 -44 15 -143 40 -200 51 -11 2 -31 6 -45 9 -14 3 -41 8 -60 -14 7 -32 10 -40 3 -8 8 -30 11 -47 3 -18 8 -48 11 -65 10 -59 44 -116 82
11 -19 2 -57 9 -85 14 -27 5 -93 14 -145 20 -52 6 -111 13 -130 16 -19 3 -62 -140 l37 -23 480 -1 c467 -1 480 -1 477 -20 -3 -24 -2 -19 -40 -135 -17 -53
7 -95 9 -33 3 -85 7 -115 10 -30 2 -108 7 -173 11 -66 3 -138 8 -160 10 -45 5 -33 -109 -36 -123 -3 -14 -8 -36 -11 -47 -4 -12 -8 -33 -10 -48 -1 -14 -6 -55
-835 13 -839 9z"/> -10 -91 -7 -65 -12 -137 -14 -198 -1 -26 -14 -47 -66 -100 -112 -117 -137
-146 -170 -197 -38 -60 -83 -168 -90 -221 -4 -22 -13 -64 -22 -94 -8 -30 -15
-57 -15 -60 0 -3 -4 -13 -10 -23 -5 -10 -11 -26 -13 -35 -3 -9 -10 -37 -16
-62 -8 -29 -11 -128 -11 -277 1 -199 -1 -233 -14 -244 -21 -17 -55 -37 -76
-45 -10 -3 -18 -10 -18 -15 0 -5 -6 -9 -13 -9 -7 0 -38 -24 -68 -53 l-55 -52
-115 0 -115 0 -52 47 c-29 25 -76 62 -105 81 l-52 35 1 63 c1 35 5 89 9 119
11 80 12 120 2 165 -5 22 -10 49 -12 60 -2 11 -8 35 -13 53 -6 17 -9 32 -6 32
3 0 0 8 -5 18 -5 9 -12 56 -15 102 -15 241 -65 360 -222 530 -23 25 -60 65
-83 90 -22 24 -41 53 -42 65 0 11 -2 27 -3 35 -2 8 -6 60 -10 115 -11 152 -15
196 -21 240 -4 22 -8 54 -10 70 -2 17 -18 114 -35 215 -37 216 -40 235 -45
275 -2 17 -5 31 -6 33 -3 4 -20 89 -25 127 -1 11 -3 20 -4 20 -2 0 -4 12 -13
55 -3 14 -8 32 -11 40 -3 8 -8 32 -11 53 -3 21 -10 47 -15 58 -6 10 -8 19 -6
19 3 0 -1 18 -9 40 -8 22 -14 41 -13 43 3 6 -60 209 -129 417 -61 182 -170
446 -199 480 -7 8 -13 18 -13 22 -2 16 -66 143 -73 146 -4 2 -8 10 -8 18 0 11
-182 377 -364 730 -15 31 -24 59 -20 64 5 5 25 11 44 14 19 3 46 8 60 11 35 6
98 15 145 20 22 2 49 6 60 8 26 6 158 22 250 32 304 30 538 38 1085 38 473 0
581 -3 945 -29 50 -3 113 -7 140 -9 93 -6 176 -15 333 -35 151 -20 188 -25
242 -35 14 -2 45 -7 70 -10 25 -3 54 -7 65 -9 11 -2 48 -9 82 -16 l61 -12 48
-107 c56 -124 83 -165 126 -187 53 -27 105 -24 208 13 52 19 102 36 110 38 8
2 15 4 15 5 0 1 7 3 15 5 23 6 183 64 205 75 28 13 148 50 159 49 5 0 12 3 15
8 3 4 50 23 105 41 108 37 138 58 168 116 16 32 19 51 14 105 -15 169 -58 317
-135 461 -150 283 -407 500 -695 586 -103 31 -198 54 -295 70 -18 3 -43 8 -55
10 -11 2 -48 9 -81 14 -33 5 -69 11 -80 13 -11 3 -47 8 -80 11 -33 4 -67 9
-75 11 -8 2 -42 6 -75 10 -73 7 -141 15 -175 20 -14 2 -59 7 -100 10 -41 3
-97 8 -125 10 -27 3 -88 7 -135 9 -159 9 -295 18 -330 23 -32 5 -1178 12
-1183 7z"/>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB