generated from vtex-apps/pixel-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
50 lines (50 loc) · 1.24 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
{
"name": "profitshare",
"vendor": "vtex",
"version": "0.1.0",
"title": "profitshare",
"description": "profitshare",
"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"
},
"dependencies": {
"vtex.pixel-interfaces": "1.x"
},
"settingsSchema": {
"title": "profitshare",
"type": "object",
"properties": {
"cookieScriptName": {
"title": "Cookie conversions script name",
"description": "Enter cookie conversions script name",
"type": "string"
},
"clickCode": {
"title": "Click code set by cookie script",
"description": "Enter click code set by cookie script",
"type": "string"
},
"advertiserCode": {
"title": "Advertiser tracking code",
"description": "Enter advertiser tracking code",
"type": "string"
},
"key": {
"title": "Encryption key",
"description": "Enter encryption key",
"type": "string"
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}