-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
70 lines (69 loc) · 1.44 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": "BSMIRADIO",
"background_color": "#ffffff",
"description": "WALKIE TALKIE KLASIK",
"dir": "ltr",
"display": "standalone",
"name": "BSMIRADIO",
"orientation": "any",
"scope": "/",
"short_name": "BSMIRADIO",
"start_url": "/",
"theme_color": "#87D314",
"categories": [
"social"
],
"screenshots": [],
"icons": [
{
"src": "/play_store_512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"capture_links": "existing-client-navigate",
"url_handlers": [
{
"origin": "https://bsmiradio.netlify.app"
}
],
"protocol_handlers": [
{
"protocol": "web+bsmiradio",
"url": "/?bsmiradio=%s"
}
],
"intent_filters": [
{
"scope_url_scheme": "https",
"scope_url_host": "bsmiradio.netlify.app",
"scope_url_path": "/"
}
],
"related_applications": [{
"platform": "webapp",
"url": "https://bsmiradio.netlify.app/manifest.json"
}],
"lang": "id",
"launch_handler": {
"client_mode": ["navigate-existing", "auto"]
},
"handle_links": "preferred",
"screenshots" : [
{
"src": "/screenshot.png",
"sizes": "1082x2400",
"type": "image/png",
"platform": "android",
"form_factor": "narrow"
},
{
"src": "/screenshot.png",
"sizes": "1082x2400",
"type": "image/png",
"platform": "android",
"form_factor": "wide"
}
]
}