-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsscript.json
37 lines (37 loc) · 975 Bytes
/
appsscript.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
{
"timeZone": "America/Los_Angeles",
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"oauthScopes": [
"https://www.googleapis.com/auth/workspace.linkpreview",
"https://www.googleapis.com/auth/script.external_request"
],
"urlFetchWhitelist": [
"https://oauth-pro-v2.corrigo.com/OAuth/token",
"https://*.corrigo.com/api"
],
"addOns": {
"common": {
"name": "Corrigo",
"logoUrl": "https://nwfem.corrigo.com/favicon/favicon-192x192.png",
"layoutProperties": {
"primaryColor": "#df0613"
}
},
"docs": {
"linkPreviewTriggers": [
{
"patterns": [
{
"hostPattern": "nwfem.corrigo.com",
"pathPrefix": "corpnet/workorder"
}
],
"runFunction": "workOrderPreview",
"labelText": "Work Order",
"logoUrl": "https://nwfem.corrigo.com/favicon/favicon-192x192.png"
}
]
}
}
}