aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/enterprise-owa/package.json
blob: bf52350bac10f52e40b6c7add6546a61fbbfb1ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "id": "enterprise-owa",
  "name": "Enterprise Outlook Web App",
  "version": "1.1.1",
  "description": "Outlook Web App - Custom URL",
  "main": "index.js",
  "author": "tfehren",
  "contributors": [
    "nonAlgebraic <https://github.com/nonAlgebraic>"
  ],
  "license": "MIT",
  "config": {
    "serviceURL": "https://owa.yourcompany.com/owa",
    "hasCustomUrl": true,
    "hasNotificationSound": true,
    "hasTeamId": false
  }
}