-
Notifications
You must be signed in to change notification settings - Fork 1
/
appsscript.json
31 lines (31 loc) · 1.01 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
{
"timeZone": "America/Los_Angeles",
"dependencies": {},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"urlFetchWhitelist": [
"https://api.linear.app/graphql",
"https://liamhorne.com/",
"https://uploads.linear.app/"
],
"oauthScopes": [
"https://www.googleapis.com/auth/script.send_mail",
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/script.external_request",
"https://www.googleapis.com/auth/presentations",
"https://www.googleapis.com/auth/script.locale",
"https://www.googleapis.com/auth/script.container.ui"
],
"addOns": {
"common": {
"name": "Linear Initiatives as Google Slides",
"logoUrl": "https://pbs.twimg.com/profile_images/1484940553993211910/0wGrCrB3_400x400.jpg",
"useLocaleFromApp": true
},
"slides": {
"homepageTrigger": {
"runFunction": "onOpen"
}
}
}
}