Last active
February 11, 2018 02:26
-
-
Save hirokuma/d0a27b5b454a3cd14e88c635f7bbc057 to your computer and use it in GitHub Desktop.
Gmail addon: compose draft
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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