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