-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
70 lines (69 loc) · 1.36 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"id": "MyBSMI",
"background_color": "#ffffff",
"description": "MyBSMI Aplikasi Relawan BSMI",
"dir": "ltr",
"display": "standalone",
"name": "MyBSMI",
"orientation": "any",
"scope": "/",
"short_name": "MyBSMI",
"start_url": "/",
"theme_color": "#f33521",
"categories": [
"social"
],
"screenshots": [],
"icons": [
{
"src": "/icon512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"shortcuts": [
{
"name": "Aktivitas",
"url": "/#page/aktivitas/"
}
],
"capture_links": "existing-client-navigate",
"url_handlers": [
{
"origin": "https://mybsmi.bsmijatim.org"
},
{
"origin": "https://mybsmi.netlify.app"
}
],
"protocol_handlers": [
{
"protocol": "web+mybsmi",
"url": "/?mybsmi=%s"
}
],
"intent_filters": [
{
"scope_url_scheme": "https",
"scope_url_host": "mybsmi.bsmijatim.org",
"scope_url_path": "/"
}
],
"related_applications": [{
"platform": "webapp",
"url": "https://mybsmi.bsmijatim.org/manifest.json"
}],
"lang": "id",
"launch_handler": {
"client_mode": ["navigate-existing", "auto"]
},
"screenshots" : [
{
"src": "screenshot.jpg",
"sizes": "1280x720",
"type": "image/jpg",
"platform": "wide"
}
]
}