Skip to content

Instantly share code, notes, and snippets.

@Xiryl
Created January 5, 2022 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xiryl/df6680065e1de09a059b1ce214b07248 to your computer and use it in GitHub Desktop.
Save Xiryl/df6680065e1de09a059b1ce214b07248 to your computer and use it in GitHub Desktop.
addon - 1
{
"timeZone": "America/New_York",
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"addOns": {
"common": {
"name": "MY COOL APP",
"logoUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/Wikipedia-logo-gv_%281%29.png/196px-Wikipedia-logo-gv_%281%29.png",
"useLocaleFromApp": true,
"homepageTrigger": {
"runFunction": "onHomepage",
"enabled": true
},
"layoutProperties": {
"primaryColor": "#FFFFFF",
"secondaryColor": "#336600"
}
},
"sheets": {
"homepageTrigger": {
"runFunction": "onHomepage",
"enabled": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment