forked from teamenactusjmi/teamenactusjmi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
26 lines (26 loc) · 745 Bytes
/
manifest.json
File metadata and controls
26 lines (26 loc) · 745 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
{
"name": "Enactus Jamia Millia Islamia",
"short_name": "Enactus JMI",
"default_locale": "en",
"description": "Enactus is an international non-profit organization that nurtures managerial skills of students.",
"start_url": "/index.html",
"background_color": "#ffc437",
"theme_color": "#ffc437",
"display": "standalone",
"icons": [{
"src": "images/icon-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "images/icon-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "images/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}