-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappsscript.json
42 lines (42 loc) · 1.14 KB
/
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
38
39
40
41
42
{
"timeZone": "America/New_York",
"dependencies": {
"libraries": [
{
"userSymbol": "OAuth2",
"libraryId": "1B7FSrk5Zi6L1rSxxTDgDEUsPzlukDsi4KGuTMorsTQHhGBzBkMun4iDF",
"version": "43"
}
]
},
"exceptionLogging": "STACKDRIVER",
"oauthScopes": [
"https://www.googleapis.com/auth/script.external_request",
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/script.container.ui"
],
"urlFetchWhitelist": [
"https://oauth2.sky.blackbaud.com/",
"https://api.sky.blackbaud.com/",
"https://docs.google.com/",
"https://drive.google.com/",
"https://www.google.com/",
"https://github.com/groton-school/bb-lists-to-google-sheets"
],
"runtimeVersion": "V8",
"addOns": {
"common": {
"name": "Blackbaud-to-Google Lists",
"logoUrl": "https://groton-school.github.io/blackbaud-to-google-lists/marketplace/assets/logo.png",
"homepageTrigger": {
"runFunction": "launch"
}
},
"sheets": {}
},
"webapp": {
"executeAs": "USER_ACCESSING",
"access": "DOMAIN"
}
}