Skip to content

Instantly share code, notes, and snippets.

@hirokuma
Last active February 11, 2018 02:26
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 hirokuma/d0a27b5b454a3cd14e88c635f7bbc057 to your computer and use it in GitHub Desktop.
Save hirokuma/d0a27b5b454a3cd14e88c635f7bbc057 to your computer and use it in GitHub Desktop.
Gmail addon: compose draft
{
"oauthScopes": [
"https://www.googleapis.com/auth/gmail.addons.current.action.compose",
"https://www.googleapis.com/auth/gmail.addons.execute",
"https://www.googleapis.com/auth/gmail.readonly"
],
"gmail": {
"name": "返信文作成",
"logoUrl": "https://www.gstatic.com/images/icons/material/system/2x/bookmark_black_24dp.png",
"contextualTriggers": [{
"unconditional": {
},
"onTriggerFunction": "buildAddOn"
}],
"primaryColor": "#4285F4",
"secondaryColor": "#4285F4",
"version": "TRUSTED_TESTER_V2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment