forked from vtex-apps/trustpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
38 lines (38 loc) · 935 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": "trustpilot",
"vendor": "vtex",
"version": "2.1.0",
"title": "Trustpilot",
"description": "Trustpilot integration",
"billingOptions": {
"termsURL": "",
"support": {
"url": "https://support.vtex.com/hc/requests"
},
"free": true
},
"builders": {
"react": "3.x",
"store": "0.x",
"pixel": "0.x",
"docs": "0.x",
"messages": "1.x"
},
"dependencies": {
"vtex.pixel-interfaces": "1.x",
"vtex.render-runtime": "8.x",
"vtex.shop-review-interfaces": "0.x"
},
"settingsSchema": {
"title": "Trustpilot opions",
"type": "object",
"properties": {
"trustpilotIntegrationKey": {
"title": "Integration Key",
"description": "Enter the integration key from your Trustpilot business account",
"type": "string"
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}