-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.json
46 lines (46 loc) · 996 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
39
40
41
42
43
44
45
46
{
"name": "tax-protocol-example",
"vendor": "vtex",
"version": "0.1.4",
"title": "Tax Protocol Example",
"description": "Reference app for Tax Protocol Services",
"mustUpdateAt": "2018-01-04",
"categories": [],
"dependencies": {},
"builders": {
"graphql": "1.x",
"node": "6.x",
"docs": "0.x"
},
"scripts": {
"prereleasy": "bash lint.sh"
},
"credentialType": "absolute",
"policies": [
{
"name": "SaveOrderFormConfiguration"
},
{
"name": "outbound-access",
"attrs": {
"host": "api.vtex.com",
"path": "/api/checkout/*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "api.vtex.com",
"path": "/api/logistics/*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "api.vtex.com",
"path": "/api/catalog/*"
}
}
],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}