forked from vtex-apps/minicart-freeshipping-bar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
71 lines (71 loc) · 1.93 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
71
{
"vendor": "vtexeurope",
"name": "minicart-freeshipping-bar",
"version": "2.1.3",
"title": "Minicart Free Shipping Bar",
"description": "Minicart Free Shipping Bar",
"builders": {
"react": "3.x",
"messages": "1.x",
"docs": "0.x",
"store": "0.x"
},
"billingOptions": {
"termsURL": "https://compliance.vtex.com/gdpr/policies/vtex-privacy-policy",
"support": {
"url": "https://support.vtex.com/hc/requests"
},
"free": true,
"type": "free",
"availableCountries": [
"*"
]
},
"dependencies": {
"vtex.order-manager": "0.x",
"vtex.store-components": "3.x",
"vtex.styleguide": "9.x",
"vtex.order-details": "1.x",
"vtex.store-resources": "0.x",
"vtex.react-portal": "0.x",
"vtex.css-handles": "0.x",
"vtex.pixel-manager": "1.x",
"vtex.checkout-resources": "0.x",
"vtex.shipping-estimate-translator": "2.x",
"vtex.format-currency": "0.x",
"vtex.store-graphql": "2.x",
"vtex.apps-graphql": "3.x",
"vtex.session-client": "1.x"
},
"settingsSchema": {
"title": "Minicart Free Shipping progress",
"type": "object",
"access": "public",
"bindingBounded": true,
"properties": {
"freeShippingTradePolicies": {
"title": "Trade Policies",
"description": "Free shipping per trade policies",
"type": "array",
"items": {
"type": "object",
"properties": {
"tradePolicy": {
"title": "Trade Policy (Sales Channel)",
"type": "string"
},
"freeShippingAmount": {
"title": "Free Shipping Amount",
"description": "Enter the minimum amount for free shipping on this trade policy",
"type": "number"
}
}
}
}
}
},
"registries": [
"smartcheckout"
],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}