forked from vtex-apps/btg360
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
45 lines (45 loc) · 1012 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
{
"vendor": "vtex",
"name": "btg360",
"version": "0.0.2",
"title": "BTG360",
"description": "BTG360",
"defaultLocale": "pt-BR",
"builders": {
"react": "3.x",
"store": "0.x",
"pixel": "0.x"
},
"mustUpdateAt": "2019-10-01",
"billingOptions": {
"termsURL": "",
"support": {
"url": "https://support.vtex.com/hc/requests"
},
"free": true
},
"dependencies": {
"vtex.pixel-interfaces": "1.x"
},
"settingsSchema": {
"title": "BTG360",
"type": "object",
"properties": {
"BTGId": {
"title": "BTG360 ID",
"description": "Enter your BTG360 ID",
"type": "string"
},
"BTGDomain": {
"title": "BTG360 Domain",
"description": "Enter your BTG360 Domain",
"type": "string"
}
}
},
"scripts": {
"prereleasy": "bash lint.sh",
"postreleasy": "vtex publish --verbose"
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}