-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsscript.json
More file actions
30 lines (30 loc) · 797 Bytes
/
appsscript.json
File metadata and controls
30 lines (30 loc) · 797 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
{
"timeZone": "GMT",
"dependencies": {
"enabledAdvancedServices": []
},
"exceptionLogging": "STACKDRIVER",
"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"
],
"urlFetchWhitelist": [
"https://generativelanguage.googleapis.com/",
"https://www.paypal.com/"
],
"runtimeVersion": "V8",
"addOns": {
"common": {
"name": "SmartPaste AI",
"logoUrl": "https://sanadidari.com/web/smartpaste_logo_512.png",
"useLocaleFromApp": true,
"homepageTrigger": {
"runFunction": "showSidebar",
"enabled": true
}
},
"sheets": {}
}
}