-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
35 lines (35 loc) · 1.09 KB
/
manifest.json
File metadata and controls
35 lines (35 loc) · 1.09 KB
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
{
"name": "World Startup Festival",
"short_name": "WSF",
"description": "The World Startup Festival (WSF) annual event convenes in different part of the world. It comprises several interesting features such as the LaunchPad, IdeaPad, Collaboratorium, Chat Pods, Startup Expo and an exclusive lounge area called Angels and Demons.",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#C54A8F",
"background_color": "#3F3F3F",
"icons": [{
"src": "images/touch/icon-128x128.png",
"type": "image/png",
"sizes": "128x128"
}, {
"src": "images/touch/apple-touch-icon.png",
"type": "image/png",
"sizes": "152x152"
}, {
"src": "images/touch/ms-touch-icon-144x144-precomposed.png",
"type": "image/png",
"sizes": "144x144"
}, {
"src": "images/touch/chrome-touch-icon-192x192.png",
"type": "image/png",
"sizes": "192x192"
}, {
"src": "images/touch/icon-384x384.png",
"type": "image/png",
"sizes": "384x384"
}, {
"src": "images/touch/icon-512x512.png",
"type": "image/png",
"sizes": "512x512"
}]
}