-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsscript.json
More file actions
35 lines (35 loc) · 895 Bytes
/
appsscript.json
File metadata and controls
35 lines (35 loc) · 895 Bytes
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
{
"timeZone": "GMT",
"dependencies": {
"enabledAdvancedServices": []
},
"urlFetchWhitelist": [
"https://generativelanguage.googleapis.com/",
"https://www.paypal.com/"
],
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"oauthScopes": [
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/script.container.ui",
"https://www.googleapis.com/auth/script.external_request",
"https://www.googleapis.com/auth/userinfo.email"
],
"addOns": {
"common": {
"name": "AutoScript AI",
"logoUrl": "https://img.icons8.com/color/48/000000/google-sheets.png",
"useLocaleFromApp": true,
"homepageTrigger": {
"runFunction": "onOpen",
"enabled": true
}
},
"sheets": {
"homepageTrigger": {
"runFunction": "onOpen",
"enabled": true
}
}
}
}