-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
favicon.json
61 lines (60 loc) · 1.46 KB
/
favicon.json
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
{
"master_picture": "app/assets/images/logo-imageonly.svg",
"favicon_design": {
"ios": {
"picture_aspect": "background_and_margin",
"background_color": "#292b30",
"margin": "14%",
"assets": {
"ios6_and_prior_icons": true,
"ios7_and_later_icons": true,
"precomposed_icons": true,
"declare_only_default_icon": true
},
"app_name": "Splits.io"
},
"desktop_browser": [
],
"windows": {
"picture_aspect": "no_change",
"background_color": "#603cba",
"on_conflict": "override",
"assets": {
"windows_80_ie_10_tile": false,
"windows_10_ie_11_edge_tiles": {
"small": false,
"medium": true,
"big": false,
"rectangle": false
}
},
"app_name": "Splits.io"
},
"android_chrome": {
"picture_aspect": "shadow",
"theme_color": "#292b30",
"manifest": {
"name": "Splits.io",
"display": "standalone",
"orientation": "not_set",
"on_conflict": "override",
"declared": true
},
"assets": {
"legacy_icon": true,
"low_resolution_icons": true
}
},
"safari_pinned_tab": {
"picture_aspect": "silhouette",
"theme_color": "#292b30"
}
},
"settings": {
"scaling_algorithm": "Mitchell",
"error_on_image_too_small": false,
"readme_file": true,
"html_code_file": true,
"use_path_as_is": false
}
}