aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/workplace/package.json
blob: 0ed377da715c6e159654f42fa966a3c3f1a83cbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "id": "workplace",
    "name": "Workplace",
    "version": "1.1.2",
    "description": "Workplace by facebook",
    "main": "index.js",
    "author": "Rico Herwig <rherwig4711@gmail.com>, Stefan Malzner <stefan@adlk.io>",
    "license": "MIT",
    "config": {
        "serviceURL": "https://{teamId}.workplace.com/chat",
        "hasNotificationSound": true,
        "hasDirectMessages": true,
        "hasTeamId": true,
        "urlInputSuffix": ".workplace.com"
    }
}