{
"timeZone": "Pacific/Auckland",
"dependencies": {
"enabledAdvancedServices": [
{
"userSymbol": "Drive",
"serviceId": "drive",
"version": "v2"
},
{
"userSymbol": "AdminDirectory",
"serviceId": "admin",
"version": "directory_v1"
},
{
"userSymbol": "Sheets",
"serviceId": "sheets",
"version": "v4"
},
{
"userSymbol": "DriveActivity",
"serviceId": "driveactivity",
"version": "v2"
}
],
"libraries": [
{
"userSymbol": "LodashGS",
"libraryId": "...",
"version": "5"
}
]
},
"webapp": {
"access": "MYSELF",
"executeAs": "USER_DEPLOYING"
},
"exceptionLogging": "STACKDRIVER",
"oauthScopes": [
],
"urlFetchWhitelist": [
"https://..."
],
"runtimeVersion": "V8",
"addOns": {
"common": {
"name": "...",
"logoUrl": "...",
"layoutProperties": {
"primaryColor": "#61166d",
"secondaryColor": "#424242"
},
"homepageTrigger": {
"runFunction": "onHomePage",
"enabled": false
},
"universalActions": [
{
"label": "Feedback",
"openLink": "mailto:.."
}
],
"openLinkUrlPrefixes": [
"https://.."
]
},
"drive": {
"homepageTrigger": {
"runFunction": "onDriveHomePage",
"enabled": true
},
"onItemsSelectedTrigger": {
"runFunction": "on2DriveItemsSelected"
}
}
}
}