-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsite.webmanifest
More file actions
executable file
·34 lines (34 loc) · 932 Bytes
/
site.webmanifest
File metadata and controls
executable file
·34 lines (34 loc) · 932 Bytes
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
{
"name": "Knowlet - Notes & Study Materials",
"short_name": "Knowlet",
"description": "Knowlet: A platform for students to explore and learn.",
"icons": [
{
"src": "/assets/images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"shortcuts": [
{
"name": "Favorites",
"url": "/favourite",
"icons": [
{
"src": "/assets/images/knowlet-new-fav-icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"orientation": "any"
}