This repository was archived by the owner on Sep 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
58 lines (58 loc) · 1.58 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
51
52
53
54
55
56
57
58
{
"background_color": "#294454",
"theme_color": "#F3CB02",
"manifest_version": 2,
"name": "Hong Kong Open Source Conference 2019",
"version": "2019.1.0",
"version_name": "2019.1.0",
"default_locale": "en",
"description": "Hong Kong Open Source Conference is a annual international open source conference in Hong Kong. It is aimed to demonstrate the use of open source software technology, open hardware technology and latest development in the world.",
"icons": [
{
"src": "https://hkoscon.org/logo-48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "https://hkoscon.org/logo-72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "https://hkoscon.org/logo-96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "https://hkoscon.org/logo-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "https://hkoscon.org/logo-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://hkoscon.org/logo.png",
"sizes": "400x401",
"type": "image/png"
},
{
"src": "https://hkoscon.org/logo-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"gcm_sender_id": "103953800507",
"author": "Hong Kong Open Source Conference",
"short_name": "HKOSCon 2019",
"homepage_url": "https://hkoscon.org/2019/",
"orientation": "portrait",
"display": "standalone",
"start_url": "/2019/",
"publicPath": "/2019/",
"scope": "/2019/",
"lang": "en-GB",
"prefer_related_applications": false
}