-
Notifications
You must be signed in to change notification settings - Fork 11
/
manifest.json
32 lines (31 loc) · 996 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
{
"short_name": "MFOSSociety",
"name": "MFOSSociety",
"description": "MFOSSociety is Free And Open Source Society of Manipal University Jaipur. We develop open-source software and hardware and collaborate with open source communities such as Mozilla, NASA-JPL, Google Developer Group (GDG), Uvolve.",
"icons": [{
"src": "img/icons/icon-32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "img/icons/icon-48.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "img/icons/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "img/icons/icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/index.html",
"background_color": "#666",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#666"
}