forked from vtex-apps/tawk-to
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
38 lines (38 loc) · 862 Bytes
/
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
{
"name": "tawk-to",
"vendor": "vtex",
"version": "0.2.4",
"title": "Tawk.to",
"description": "Message your customers, they'll love you for it.",
"billingOptions": {
"termsURL": "https://compliance.vtex.com/gdpr/policies/vtex-privacy-policy",
"support": {
"url": "https://support.vtex.com/hc/requests"
},
"free": true,
"type": "free",
"availableCountries": [
"*"
]
},
"builders": {
"pixel": "0.x",
"docs": "0.x"
},
"dependencies": {},
"settingsSchema": {
"title": "Tawk.to",
"type": "object",
"properties": {
"id": {
"title": "Property ID",
"type": "string"
},
"widgetid": {
"title": "Widget ID",
"type": "string"
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}