-
Notifications
You must be signed in to change notification settings - Fork 8
/
favicon.yml
115 lines (114 loc) · 2.43 KB
/
favicon.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
source:
name: favicon.svg
dir: .
background: transparent
dir: .
assets:
- name: favicon.ico
convert:
define: 'icon:auto-resize=36,24,16'
resize: 36x36
tag:
- link:
href: :href
rel: shortcut icon
type: :mime
sizes: :sizes
- name: favicon.png
convert:
resize: 196x196
tag:
- link:
href: :href
rel: icon
type: :mime
sizes: :sizes
- name: apple-touch-icon.png
convert:
resize: 180x180
- name: safari-pinned-tab.svg
tag:
- link:
color: :background
href: :href
rel: mask-icon
- name: android-chrome-192x192.png
convert:
resize: 192x192
refer:
- webmanifest:
icons:
- src: :href
- name: android-chrome-512x512.png
convert:
resize: 512x512
refer:
- webmanifest:
icons:
- src: :href
- name: mstile-icon-128x128.png
convert:
resize: 128x128
refer:
- browserconfig:
msapplication:
tile:
TileColor:
__text: :background
square70x70logo:
_src: :href
tag:
- meta:
content: :href
name: msapplication-TileImage
- meta:
content: :background
name: msapplication-TileColor
- name: mstile-icon-270x270.png
convert:
resize: 270x270
refer:
- browserconfig:
msapplication:
tile:
TileColor:
__text: :background
square150x150logo:
_src: :href
- name: mstile-icon-558x270.png
convert:
resize: 558x270
refer:
- browserconfig:
msapplication:
tile:
TileColor:
__text: :background
wide310x150logo:
_src: :href
- name: mstile-icon-558x558.png
convert:
resize: 558x558
refer:
- browserconfig:
msapplication:
tile:
TileColor:
__text: :background
square310x310logo:
_src: :href
- name: manifest.webmanifest
source:
name: manifest.webmanifest
tag:
- link:
href: :href
rel: manifest
- name: browserconfig.xml
source:
name: browserconfig.xml
tag:
- meta:
content: :href
name: msapplication-config