-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
37 lines (37 loc) · 981 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
{
"name": "aplazame-widget",
"vendor": "aplazame",
"version": "0.0.2",
"title": "Aplazame Widget",
"description": "Implements Aplazame widget simulator at product and cart templates.",
"billingOptions": {
"termsURL": "https://compliance.vtex.com/gdpr/policies/vtex-privacy-policy",
"support": {
"url": "https://support.vtex.com/hc/requests"
},
"free": true
},
"builders": {
"react": "3.x",
"pixel": "0.x",
"store": "0.x",
"docs": "0.x",
"messages": "1.x"
},
"dependencies": {
"vtex.product-context": "0.x",
"vtex.render-runtime": "8.x"
},
"settingsSchema": {
"title": "Aplazame Widget",
"type": "object",
"properties": {
"publicKey": {
"title": "Public API key",
"description": "Enter the public API key from your Aplazame store.",
"type": "string"
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}