Skip to content

Instantly share code, notes, and snippets.

@JefCurtis
Created September 4, 2018 04:54
Show Gist options
  • Select an option

  • Save JefCurtis/bc6309941c42420f3358da988a1f5659 to your computer and use it in GitHub Desktop.

Select an option

Save JefCurtis/bc6309941c42420f3358da988a1f5659 to your computer and use it in GitHub Desktop.
Gmail add-on: AppsScript JSON template
{
"oauthScopes": [
"https://www.googleapis.com/auth/gmail.addons.execute",
"https://www.googleapis.com/auth/gmail.readonly"
],
"gmail": {
"name": "<%= htmlWebpackPlugin.options.addon.name %>",
"logoUrl": "https://i.imgur.com/Em0d7Tc.png",
"contextualTriggers": [{
"unconditional": {
},
"onTriggerFunction": "handleEntryPoint"
}],
"primaryColor": "#4285F4",
"secondaryColor": "#4285F4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment