-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsite.webmanifest
45 lines (45 loc) · 997 Bytes
/
site.webmanifest
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
{
"name": "TUCaN't",
"short_name": "TUCaN't",
"description": "Ein komisches Campus-Management-System.",
"start_url": "https://www.tucan.tu-darmstadt.de",
"id": "/",
"lang": "de-DE",
"icons": [
{
"src": "icon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icon/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "icon/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
}
],
"theme_color": "#b1bd00",
"background_color": "#ffffff",
"display": "standalone",
"prefer_related_applications": true,
"related_applications": [
{
"platform": "play",
"id": "de.datenlotsen.campusnet.tuda"
}
]
}