forked from vtex-apps/ideacrm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
63 lines (63 loc) · 1.69 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
{
"name": "ideacrm",
"vendor": "vtex",
"version": "0.0.1",
"description": "Idea CRM pixel app",
"builders": {
"pixel": "0.x"
},
"dependencies": {
"vtex.pixel-interfaces": "1.x"
},
"credentialType": "absolute",
"settingsSchema": {
"title": "Idea CRM Options",
"type": "object",
"properties": {
"idc": {
"title": "Idea CRM ID",
"description": "Enter your Idea CRM ID",
"type": "string"
},
"pre_empresa": {
"title": "Idea CRM Company",
"description": "Enter your Idea CRM Company",
"type": "string"
},
"pre_depto": {
"title": "Idea CRM Departament",
"description": "Enter your Idea CRM Departament",
"type": "string"
},
"floatingchat": {
"title": "Enable Idea CRM floating chat",
"type": "boolean",
"default": true
},
"corbarra": {
"title": "Idea CRM chat bar color",
"description": "Enter your favorite bar color in hexadecimal Ex:e31837",
"type": "string",
"default": "e31837"
},
"textobarra": {
"title": "Idea CRM chat bar text",
"description": "Enter the bar text",
"type": "string",
"default": "Chat"
},
"cortextodabarra": {
"title": "Idea CRM chat bar text color",
"description": "Enter your favorite bar color text hexadecimal Ex:ffffff",
"type": "string",
"default": "ffffff"
},
"onlychat": {
"title": "Idea CRM show only chat",
"type": "boolean",
"default": false
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}