aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/aws-workmail/package.json
blob: 5194e66c734bfb27c652d0fdfd0e164b0b6195ac (plain) (blame)
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
{
  "id": "amazon-work-mail",
  "name": "Amazon WorkMail",
  "version": "1.0.4",
  "description": "Amazon WorkMail",
  "main": "index.js",
  "author": "Yoav Maman",
  "license": "MIT",
  "config": {
    "serviceURL": "https://{teamID}.awsapps.com/mail",
    "serviceName": "Amazon WorkMail",
    "popup": [],
    "hasNotificationSound": false,
    "hasIdirectMessages": false,
    "hasTeamID": true,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {},
    "openDevTools": false,
    "wording": {
      "url": "awsapps.com",
      "team": "WorkMail"
    }
  }
}