-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsscript.json
53 lines (53 loc) · 1.81 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
43
44
45
46
47
48
49
50
51
52
53
{
"timeZone": "America/New_York",
"dependencies": {
"enabledAdvancedServices": [
{
"userSymbol": "Gmail",
"version": "v1",
"serviceId": "gmail"
},
{
"userSymbol": "Calendar",
"version": "v3",
"serviceId": "calendar"
}
]
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"oauthScopes": [
"https://www.googleapis.com/auth/gmail.addons.execute",
"https://www.googleapis.com/auth/gmail.settings.basic",
"https://www.googleapis.com/auth/calendar.addons.execute",
"https://www.googleapis.com/auth/calendar.events.readonly",
"https://www.googleapis.com/auth/script.scriptapp",
"https://www.googleapis.com/auth/userinfo.email"
],
"addOns": {
"common": {
"name": "Auto Vacation for Gmail",
"logoUrl": "https://lh3.googleusercontent.com/pw/AM-JKLW40HvB6-x7HCb0zDqa1kuRD5w2WeCHC02M_K6IoJhmzi5XEyDZKATi8YTF9XZ2tOcviybGGi7XT_klDeDNEPnxqICo-TWSZU59eWy6N_3qf0NMDhPsXCUsvrB4fjNNSDeZqL-nZ2iW8V9xDx5VChU=s480-no?authuser=5",
"homepageTrigger": {
"enabled": true,
"runFunction": "card_onHomepage"
},
"universalActions": [
{
"label": "Homepage",
"openLink": "https://www.nachoapps.dev/av4g"
},
{
"label": "Privacy Policy",
"openLink": "https://www.nachoapps.dev/av4g#h.xis6jfqunfce"
}
]
},
"gmail": {},
"calendar": {}
},
"urlFetchWhitelist": [
"https://github.com/imthenachoman/",
"https://www.nachoapps.dev/av4g"
]
}