-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfaviconDescription.json
62 lines (62 loc) · 1.5 KB
/
faviconDescription.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
62
{
"masterPicture": "etc/icon.svg",
"iconsPath": "img/icons",
"design": {
"ios": {
"pictureAspect": "backgroundAndMargin",
"backgroundColor": "#2c3e50",
"margin": "7%",
"assets": {
"ios6AndPriorIcons": false,
"ios7AndLaterIcons": true,
"precomposedIcons": false,
"declareOnlyDefaultIcon": true
},
"appName": "Enneagramm Explorer"
},
"desktopBrowser": {},
"windows": {
"pictureAspect": "noChange",
"backgroundColor": "#2c3e50",
"onConflict": "override",
"assets": {
"windows80Ie10Tile": true,
"windows10Ie11EdgeTiles": {
"small": true,
"medium": true,
"big": true,
"rectangle": true
}
},
"appName": "Enneagramm Explorer"
},
"androidChrome": {
"pictureAspect": "noChange",
"themeColor": "#2c3e50",
"manifest": {
"name": "Enneagramm Explorer",
"startUrl": "index.html",
"display": "standalone",
"orientation": "notSet",
"onConflict": "override",
"declared": true
},
"assets": {
"legacyIcon": true,
"lowResolutionIcons": false
}
},
"safariPinnedTab": {
"masterPicture": "etc/icon-bw.svg",
"pictureAspect": "blackAndWhite",
"threshold": 1,
"themeColor": "#2c3e50"
}
},
"settings": {
"compression": 2,
"scalingAlgorithm": "Mitchell",
"errorOnImageTooSmall": true,
"usePathAsIs": false
}
}