-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
136 lines (136 loc) · 4.83 KB
/
manifest.json
File metadata and controls
136 lines (136 loc) · 4.83 KB
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
{
"name": "@deskpro-apps/copper",
"title": "Copper",
"description": "Elevate your customer relationships, optimize your sales pipeline, and simplify your business workflows with Copper.",
"appStoreUrl": "https://www.deskpro.com/product-embed/apps/copper",
"version": "1.0.30",
"scope": "agent",
"isSingleInstall": false,
"hasDevMode": true,
"serveUrl": "https://apps-cdn.deskpro-service.com/__name__/__version__",
"secrets": "6+4k1V91ZI1qj/Go8kCS+ke1GBcKXP3ga/rf3/Auz37nJrf9osHhvsIt6oWpfUsvNARE/gxs5Ia5Rk2RGOuqrCYZoyPUloUw8np0MrAFBoxUTw8g+s7sXGAycAS+wrDoV4CMCnU9O3ZKb9kt3FUMd8eto/OpXOTbS+otPPcegOLp4wpVNimBe9O4RSSGsvkHXM/lb60qInoYokeGlob4XiGjwnYavw67IQf6Xe55dGfrFnY9CHXzO+QJCl2a3PPZ2QXb5Yk0CDKfi6x9fM6Ai6fuIpcNhmcrOZ/rvmaWV/c0WWkDvuV9NB88zqYqVkUGZU+QWdenX6bUCltjIV2KupneT20UVxcSjQvYJoRm3vMyNcPNSpl/uXflnXkdzSoXqwjnrVyKwu0UuXql23Hi5vkkYH6AH3AjA2MRzjnLwk4WifK6qQdIB9A77+uKXkwVfNrHygoPzsbfLzfSIeaC6KSZWsWjROd5vRitg88ho4aZsxqQXPRKIJ7Js2lUW3FHokfTAJfGtRIHVRHiqJC2f7K8IrI7m6GD97d3kKDkka27OP9mpF1Y7qTy5PKP6c8AQJhYb58i7CniplyW7XOJKuxxPVmul7B4HoXtdVg+qV1Ws8ahVsQyrYmUgjXZrFhppH9gu9K1uk1Fi6/NU2iDf8/P/7fJogTWYDrAy38UjQeP5fMl0vuGuyPQr7o628YJDJVfCJfSbC+S1hylelSyuDq6yRBLKGtuU/r3JR8T+yucaaKPzkIGk+nR2N+Bon872A2pzeuT6HN5EmU8J7xjrdjXCi7INvncpOUzuYQCunjyvs3ukrVlUxciMzpsLeoaiyDfUmiu6hmb4Zib0StibdujadThCAe1zRKcr23ALjmGCFuP0lEB3hSFPZYmve3e/AV012XKvCb7CMmq7GJl9TOQaavVw5FHxAY1IvejEB+RFdFOrgpxI/pb8TV0RClDH7VDbtPJ7xLIX0JdRie7wgVppeURrUbQ2XX91uMm11NerXgjlomzSFotO+gwxEEZBXNDcpRMbhmWkE8PFKS/U86Kq27ly0//GNdNqP70bQsu+y2eOrsSe5gVJt6HTdJO7Yjac0TULE5RKKWHfn1MHmvh2MNl9LFodNrLBUk/Rfsyu/ebxE9eVk5li/lwRiRz",
"targets": [
{
"target": "user_sidebar",
"entrypoint": "index.html"
},
{
"target": "organisation_sidebar",
"entrypoint": "index.html"
}
],
"entityAssociations": {
"linkedCopperCompany":{
"entity": "organization",
"type": "external_id",
"title": "Copper Company"
},
"linkedCopperContact": {
"entity": "person",
"type": "external_id",
"title": "Copper Contact"
}
},
"settings": {
"use_advanced_connect": {
"title": "Advanced Connect",
"description": "Follow the setup guide and use your credentials to connect the app to Deskpro.",
"type": "boolean",
"default": false,
"isRequired": false,
"isBackendOnly": false,
"order": 5
},
"use_api_key": {
"title": "Use API Key",
"type": "boolean",
"isRequired": false,
"isBackendOnly": false,
"default": false,
"condition": "settings.use_advanced_connect != false",
"order": 10
},
"api_key": {
"title": "API Key",
"description": "API Key can be obtained by following our setup guide",
"type": "string",
"isRequired": false,
"isBackendOnly": true,
"condition": "settings.use_advanced_connect != false && settings.use_api_key != false",
"order": 20
},
"api_key_owner_email": {
"title": "API Key Owner Email",
"description": "The email address associated with the account that the API Key belongs to.",
"type": "string",
"isRequired": false,
"isBackendOnly": true,
"condition": "settings.use_advanced_connect != false && settings.use_api_key != false",
"order": 30
},
"verify_settings": {
"title": "",
"type": "app_embedded",
"options": {
"entrypoint": "#/admin/verify_settings",
"height": 60
},
"isRequired": false,
"isBackendOnly": false,
"condition": "settings.use_advanced_connect != false && settings.use_api_key != false",
"order": 40
},
"client_id": {
"title": "Client ID",
"type": "string",
"isRequired": false,
"isBackendOnly": false,
"condition": "settings.use_advanced_connect != false && settings.use_api_key == false",
"order": 50
},
"client_secret": {
"title": "Client Secret",
"type": "string",
"isRequired": false,
"isBackendOnly": true,
"condition": "settings.use_advanced_connect != false && settings.use_api_key == false",
"order": 60
},
"callback_url": {
"title": "Callback URL",
"type": "app_embedded",
"options": {
"entrypoint": "#/admin/callback",
"height": 80
},
"isRequired": false,
"isBackendOnly": true,
"condition": "settings.use_advanced_connect != false && settings.use_api_key == false",
"order": 70
}
},
"proxy": {
"whitelist": [
{
"url": "https://api.copper.com/developer_api/v1/.*",
"methods": [
"GET",
"PUT",
"POST",
"PATCH"
],
"timeout": 20
},
{
"url": "https://app.copper.com/oauth/.*",
"methods": [
"GET",
"PUT",
"POST",
"PATCH"
],
"timeout": 20
}
]
}
}