aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/office365-owa/package.json
blob: 099be529bd0de03a7a92a9dc4edd23f0d7931bd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "id": "office365-owa",
  "name": "Office 365 Outlook Web App",
  "version": "1.2.1",
  "description": "Office 365 Outlook Web App",
  "main": "index.js",
  "author": "Adam Birds <adam.birds@adbtechltd.co.uk>",
  "contributors": [
    "nonAlgebraic <https://github.com/nonAlgebraic>"
  ],
  "license": "MIT",
  "config": {
    "serviceURL": "https://outlook.office365.com/mail/",
    "hasNotificationSound": true,
    "hasTeamId": false,
    "hasHostedOption": true,
    "hasCustomUrl": true
  }
}