-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.json
50 lines (50 loc) · 1.47 KB
/
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
48
49
50
{
"name": "Training & Placement Cell, KMCLU",
"short_name": "Training & Placement Cell, KMCLU",
"start_url": "index.html",
"scope": "./",
"display": "standalone",
"description": "Official Website of Training and Placement Cell, Khwaja Moinuddin Chishti Langauge University, Lucknow.",
"lang": "en",
"dir": "auto",
"theme_color": "#ff5828",
"background_color": "#000000",
"orientation": "portrait",
"icons": [{
"src": "/assets/img/icons/512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/assets/img/icons/192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [{
"src": "/assets/img/screenshots/1.png",
"sizes": "1366x768",
"type": "image/png",
"description": "A screenshot of the home page"
}],
"prefer_related_applications": false,
"related_applications": [],
"shortcuts": [{
"name": "Start Live Session",
"short_name": "Start Live",
"description": "Jump direction into starting or joining a live session",
"url": "/?startLive",
"icons": [{
"src": "/assets/img/favicon/android-chrome-192x192.png",
"sizes": "192x192"
}]
}],
"categories": [
"education"
],
"display_override": [
"standalone"
]
}