forked from jonathanperret/paysage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
faviconDescription.json
41 lines (41 loc) · 1.06 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
{
"masterPicture": "assets/images/favicon.svg",
"iconsPath": "/",
"design": {
"ios": {
"pictureAspect": "backgroundAndMargin",
"backgroundColor": "#ffffff",
"margin": "14%",
"appName": "Paysage"
},
"desktopBrowser": {},
"windows": {
"pictureAspect": "whiteSilhouette",
"backgroundColor": "#da532c",
"onConflict": "override",
"appName": "Paysage"
},
"androidChrome": {
"pictureAspect": "backgroundAndMargin",
"margin": "17%",
"backgroundColor": "#ffffff",
"themeColor": "#ffffff",
"manifest": {
"name": "Paysage",
"startUrl": "http://paysage.xyz",
"display": "standalone",
"orientation": "notSet",
"onConflict": "override",
"declared": true
}
},
"safariPinnedTab": {
"pictureAspect": "silhouette",
"themeColor": "#5bbad5"
}
},
"settings": {
"scalingAlgorithm": "Mitchell",
"errorOnImageTooSmall": false
}
}