-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
148 lines (148 loc) · 4.57 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"platform-version": "3.0",
"modules": {
"common": {
"location": {
"full_page_app": {
"url": "views/global_sidebar/fullpage.html",
"icon": "styles/images/aeroplane.svg"
},
"cti_global_sidebar": {
"url": "views/global_sidebar/cti_global_sidebar.html",
"icon": "styles/images/aeroplane.svg"
}
}
},
"support_ticket": {
"location": {
"ticket_sidebar": {
"url": "views/ticket_details_page/ticket_sidebar.html",
"icon": "styles/images/helicopter.svg"
},
"ticket_requester_info": {
"url": "views/new_ticket_page/new_ticket_requester_info.html",
"icon": "styles/images/aeroplane.svg"
},
"ticket_top_navigation": {
"url": "views/ticket_details_page/ticket_top_navigation.html",
"icon": "styles/images/aeroplane.svg"
},
"ticket_attachment": {
"url": "views/ticket_details_page/ticket_attachment.html",
"icon": "styles/images/aeroplane.svg"
},
"ticket_conversation_editor": {
"url": "views/ticket_details_page/ticket_conversation_editor.html",
"icon": "styles/images/aeroplane.svg"
},
"ticket_background": {
"url": "views/ticket_details_page/ticket_background.html"
},
"time_entry_background": {
"url": "views/ticket_details_page/time_entry_background.html"
}
}
},
"support_email":{
"location":{
"new_email_requester_info": {
"url": "views/new_email_page/new_email_requester_info.html",
"icon": "styles/images/aeroplane.svg"
},
"new_email_background": {
"url": "views/new_email_page/new_email_background.html",
"icon": "styles/images/aeroplane.svg"
}
}
},
"support_contact":{
"location":{
"contact_sidebar": {
"url": "views/contact_details_page/contact_sidebar.html",
"icon": "styles/images/aeroplane.svg"
},
"contact_background": {
"url": "views/contact_details_page/contact_background.html",
"icon": "styles/images/aeroplane.svg"
},
"contact_list_background": {
"url": "views/contact_list_page/contact_list_background.html"
}
}
},
"support_company":{
"location":{
"company_background": {
"url": "views/company_details_page/company_background.html"
},
"company_list_background": {
"url": "views/company_list_page/company_list_background.html"
}
}
},
"service_ticket":{
"location": {
"ticket_sidebar": {
"url": "views/ticket_details_page/ticket_sidebar.html",
"icon": "styles/images/helicopter.svg"
},
"ticket_requester_info": {
"url": "views/ticket_details_page/ticket_requester_info.html",
"icon": "styles/images/aeroplane.svg"
},
"ticket_top_navigation": {
"url": "views/ticket_details_page/ticket_top_navigation.html",
"icon": "styles/images/aeroplane.svg"
},
"ticket_background": {
"url": "views/ticket_details_page/ticket_background.html"
},
"new_ticket_sidebar": {
"url": "views/new_ticket_page/new_ticket_sidebar.html",
"icon": "styles/images/aeroplane.svg"
},
"new_ticket_background": {
"url": "views/new_ticket_page/new_ticket_background.html"
}
}
},
"service_asset": {
"location": {
"asset_sidebar": {
"url": "views/asset_details_page/asset_sidebar.html",
"icon": "styles/images/aeroplane.svg"
}
}
},
"service_change": {
"location": {
"change_sidebar": {
"url": "views/change_details_page/change_sidebar.html",
"icon": "styles/images/helicopter.svg"
},
"change_background": {
"url": "views/change_details_page/change_background.html"
},
"new_change_sidebar": {
"url": "views/new_change_page/new_change_sidebar.html",
"icon": "styles/images/aeroplane.svg"
},
"new_change_background": {
"url": "views/new_change_page/new_change_background.html"
}
}
},
"service_user": {
"location": {
"contact_sidebar": {
"url": "views/contact_details_page/contact_sidebar.html",
"icon": "styles/images/aeroplane.svg"
}
}
}
},
"engines": {
"node": "18.13.0",
"fdk": "9.1.0"
}
}