Spaces:
Sleeping
Sleeping
| { | |
| "timeZone": "Asia/Jerusalem", | |
| "exceptionLogging": "STACKDRIVER", | |
| "runtimeVersion": "V8", | |
| "oauthScopes": [ | |
| "https://www.googleapis.com/auth/gmail.addons.current.message.readonly", | |
| "https://www.googleapis.com/auth/script.external_request", | |
| "https://www.googleapis.com/auth/script.storage" | |
| ], | |
| "addOns": { | |
| "common": { | |
| "name": "Malicious Email Scorer", | |
| "logoUrl": "https://www.gstatic.com/images/icons/material/system/2x/security_black_48dp.png", | |
| "layoutProperties": { | |
| "primaryColor": "#155EEF", | |
| "secondaryColor": "#344054" | |
| }, | |
| "homepageTrigger": { | |
| "runFunction": "buildHomepageCard" | |
| } | |
| }, | |
| "gmail": { | |
| "contextualTriggers": [ | |
| { | |
| "unconditional": {}, | |
| "onTriggerFunction": "onGmailMessageOpen" | |
| } | |
| ] | |
| } | |
| } | |
| } | |