-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
102 lines (102 loc) · 2.47 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "atpp",
"vendor": "acrosmx",
"version": "1.1.2-beta.0",
"title": "Third party Pixel App",
"description": "Third party Pixel App",
"billingOptions": {
"termsURL": "https://compliance.vtex.com/gdpr/policies/vtex-privacy-policy",
"support": {
"url": "https://support.vtex.com/hc/requests"
},
"free": true,
"type": "free",
"availableCountries": [
"*"
]
},
"builders": {
"store": "0.x",
"pixel": "0.x",
"docs": "0.x",
"react": "3.x"
},
"dependencies": {
"vtex.pixel-interfaces": "1.x",
"vtex.app-store-seller": "0.x",
"vtex.session-client": "1.x"
},
"policies": [
{
"name": "colossus-fire-event"
},
{
"name": "colossus-write-logs"
},
{
"name": "vbase-read-write"
},
{
"name": "outbound-access",
"attrs": {
"host": "{{account}}.vtexcommercestable.com.br",
"path": "/api/*"
}
}
],
"settingsSchema": {
"title": "Third party Pixel App",
"type": "object",
"bindingBounded": false,
"properties": {
"activeOneTrust": {
"title": "Active OneTrust",
"type": "boolean"
},
"idOneTrust": {
"title": "ID OneTrust",
"description": "Enter the OneTrust ID",
"type": "string"
},
"activeLytics": {
"title": "Active Lytics",
"type": "boolean"
},
"srcLytics": {
"title": "Lytics' src",
"description": "Enter the Lytics src for jstag.init",
"type": "string"
},
"streamLytics": {
"title": "Stream Lytics",
"description": "Enter the Lytics Stream",
"type": "string"
},
"activeSalesForceChat": {
"title": "Active SalesForce Chat",
"type": "boolean"
},
"brandColor": {
"title": "Brand Color HEX CODE",
"description": "Enter the Brand Color HEX CODE",
"type": "string"
},
"chatId": {
"title": "SalesForce Chat Id",
"description": "Enter the SalesForce Chat Id",
"type": "string"
},
"buttonId": {
"title": "SalesForce Button Id",
"description": "Enter the Button Id",
"type": "string"
},
"linkNotice": {
"title": "Link to privacy Notice",
"description": "Enter the Link to privacy Notice",
"type": "string"
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}