Spaces:
Sleeping
Sleeping
| { | |
| "timeZone": "Asia/Kolkata", | |
| "exceptionLogging": "STACKDRIVER", | |
| "runtimeVersion": "V8", | |
| "oauthScopes": [ | |
| "https://www.googleapis.com/auth/gmail.addons.execute", | |
| "https://www.googleapis.com/auth/gmail.addons.current.message.readonly", | |
| "https://www.googleapis.com/auth/gmail.addons.current.message.action", | |
| "https://www.googleapis.com/auth/script.external_request", | |
| "https://www.googleapis.com/auth/userinfo.email" | |
| ], | |
| "addOns": { | |
| "common": { | |
| "name": "Mail Triage Assistant", | |
| "logoUrl": "https://www.gstatic.com/images/icons/material/system/2x/email_black_24dp.png", | |
| "layoutProperties": { | |
| "primaryColor": "#0B57D0", | |
| "secondaryColor": "#FFFFFF" | |
| }, | |
| "homepageTrigger": { | |
| "runFunction": "buildAddonHome" | |
| } | |
| }, | |
| "gmail": { | |
| "contextualTriggers": [ | |
| { | |
| "unconditional": {}, | |
| "onTriggerFunction": "buildContextCard" | |
| } | |
| ] | |
| } | |
| } | |
| } | |