-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.local.json
44 lines (40 loc) · 993 Bytes
/
manifest.local.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
{
"start_url": "/",
"name": "Tel protocol handler for GCCX local",
"display": "standalone",
"short_name": "click-to-dial",
"theme_color": "#2f3d58",
"background_color": "#2f3d58",
"orientation": "any",
"icons": [
{
"src": "/images/phone-icon_144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [
{
"src": "/images/ctd_background.png",
"sizes": "1200x600",
"type": "image/png",
"form_factor": "wide",
"label": "pwa background"
},
{
"src": "/images/ctd_background.png",
"sizes": "1200x600",
"type": "image/png",
"form_factor": "narrow",
"label": "pwa background"
}
],
"description" : "click on a phone number on any web page and that number will be sent to Genesys cloud for a consult call",
"protocol_handlers": [
{
"protocol": "tel",
"url": "/click-to-dial/tel_pwa_local.html?num=%s"
}
]
}