pancakes favicon

This commit is contained in:
cjyabraham 2019-04-24 11:13:47 +07:00
parent 39e3119e14
commit 06d953e5c0
8 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,12 @@
<!-- Favicons -->
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<link rel="icon" type="image/png" href="/favicons/android-chrome-192x192.png" sizes="192x192" >
<link rel="icon" type="image/png" href="/favicons/android-chrome-512x512.png" sizes="512x512" >
<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/favicons/site.webmanifest">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-60127042-1"></script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 13 KiB

BIN
static/favicons/favicon-16x16.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 B

BIN
static/favicons/favicon-32x32.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}