31 lines
778 B
JSON
31 lines
778 B
JSON
{
|
|
"timeZone": "Etc/UTC",
|
|
"exceptionLogging": "STACKDRIVER",
|
|
"runtimeVersion": "V8",
|
|
"oauthScopes": [
|
|
"https://www.googleapis.com/auth/spreadsheets.currentonly",
|
|
"https://www.googleapis.com/auth/script.external_request",
|
|
"https://www.googleapis.com/auth/script.container.ui",
|
|
"https://www.googleapis.com/auth/userinfo.email"
|
|
],
|
|
"addOns": {
|
|
"common": {
|
|
"name": "Bettersight",
|
|
"logoUrl": "https://app.bettersight.io/logo.svg",
|
|
"layoutProperties": {
|
|
"primaryColor": "#1B8EF8",
|
|
"secondaryColor": "#00D4FF"
|
|
},
|
|
"homepageTrigger": {
|
|
"runFunction": "onHomepage"
|
|
}
|
|
},
|
|
"sheets": {
|
|
"homepageTrigger": {
|
|
"runFunction": "onHomepage",
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|
|
}
|