aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/office365-owa/package.json
blob: 6cd10ebddd7a0530e4ea6d78dbc8a39d95b2ae67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "office365-owa",
  "name": "Office 365 Outlook",
  "version": "1.6.2",
  "license": "MIT",
  "aliases": [
    "live.com",
    "outlook"
  ],
  "config": {
    "serviceURL": "https://outlook.live.com/mail/",
    "hasNotificationSound": true,
    "hasHostedOption": true,
    "hasCustomUrl": true,
    "allowFavoritesDelineationInUnreadCount": true
  }
}