File size: 845 Bytes
cf5ed6c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "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"
        }
      ]
    }
  }
}