Skip to content

Commit 2392b64

Browse files
committed
Generated favicons
1 parent 964e39f commit 2392b64

11 files changed

+70
-1
lines changed

_includes/head/custom.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22

33
<!-- insert favicons. use http://realfavicongenerator.net/ -->
44

5-
<!-- end custom head snippets -->
5+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
6+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
7+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
8+
<link rel="manifest" href="/site.webmanifest">
9+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#f48938">
10+
<meta name="msapplication-TileColor" content="#f48938">
11+
<meta name="theme-color" content="#ffffff">
12+
13+
<!-- end custom head snippets -->

android-chrome-192x192.png

15.1 KB
Loading

android-chrome-256x256.png

22 KB
Loading

apple-touch-icon.png

6.46 KB
Loading

browserconfig.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#f48938</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

favicon-16x16.png

1.08 KB
Loading

favicon-32x32.png

1.86 KB
Loading

favicon.ico

-2.4 KB
Binary file not shown.

mstile-150x150.png

3.8 KB
Loading

safari-pinned-tab.svg

Lines changed: 33 additions & 0 deletions
Loading

site.webmanifest

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "ECM Developer",
3+
"short_name": "ECM Developer",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-256x256.png",
12+
"sizes": "256x256",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)