-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathappsscript.json
38 lines (38 loc) · 956 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
38
{
"timeZone": "America/Denver",
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"dependencies": {
"enabledAdvancedServices": [
{
"userSymbol": "Slides",
"serviceId": "slides",
"version": "v1"
}
],
"libraries": [
{
"userSymbol": "OAuth2",
"libraryId": "1B7FSrk5Zi6L1rSxxTDgDEUsPzlukDsi4KGuTMorsTQHhGBzBkMun4iDF",
"version": "43",
"developmentMode": false
}
]
},
"oauthScopes": [
"https://www.googleapis.com/auth/presentations.currentonly",
"https://www.googleapis.com/auth/presentations.readonly",
"https://www.googleapis.com/auth/script.external_request"
],
"addOns": {
"common": {
"name": "Slides Advisor",
"logoUrl": "https://raw.githubusercontent.com/webdog/octicons-png/main/black/eye.png"
},
"slides": {
"homepageTrigger": {
"runFunction": "onHomepageOpened"
}
}
}
}