-
Notifications
You must be signed in to change notification settings - Fork 7
/
manifest.json
52 lines (52 loc) · 1.03 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
{
"platform-version": "3.0",
"modules": {
"common": {
"location": {
"full_page_app": {
"url": "index.html",
"icon": "styles/images/icon.svg"
}
},
"requests": {
"getContacts":{},
"replyTicket":{},
"dynamicHost":{},
"dynamicQueryParams":{},
"listAllTickets":{}
},
"functions": {
"usingDynamicHost": {
"timeout": 10
},
"usingQueryParams": {
"timeout": 10
}
}
},
"support_ticket": {
"location": {
"ticket_sidebar": {
"url": "index.html",
"icon": "styles/images/icon.svg"
}
}
},
"deal": {
"location": {
"deal_entity_menu": {
"url": "index.html",
"icon": "styles/images/icon.svg"
},
"deal_quick_actions": {
"url": "index.html",
"icon": "styles/images/icon.svg"
}
}
}
},
"engines": {
"node": "18.13.0",
"fdk": "9.1.0"
}
}