-
Notifications
You must be signed in to change notification settings - Fork 25
/
manifest.json
47 lines (47 loc) · 989 Bytes
/
manifest.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
{
"short_name": "Admin Console",
"name": "Kuzzle Admin Console",
"start_url": "./",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#002835",
"background_color": "#002835",
"icons": [
{
"src": "static/favicon/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png",
"density": "0.75"
},
{
"src": "static/favicon/apple-touch-icon-57x57.png",
"sizes": "57x57",
"type": "image/png",
"density": "1.0"
},
{
"src": "static/favicon/apple-touch-icon-72x72.png",
"sizes": "72x72",
"type": "image/png",
"density": "1.5"
},
{
"src": "static/favicon/favicon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"density": "2.0"
},
{
"src": "static/favicon/apple-touch-icon-144x144.png",
"sizes": "144x144",
"type": "image/png",
"density": "3.0"
},
{
"src": "static/favicon/apple-touch-icon-152x152.png",
"sizes": "152x152",
"type": "image/png",
"density": "4.0"
}
]
}