aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/workplace/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/workplace/package.json')
-rw-r--r--uncompressed/workplace/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/uncompressed/workplace/package.json b/uncompressed/workplace/package.json
index 596daea..cb2193f 100644
--- a/uncompressed/workplace/package.json
+++ b/uncompressed/workplace/package.json
@@ -1,16 +1,16 @@
1{ 1{
2 "id": "workplace", 2 "id": "workplace",
3 "name": "Workplace", 3 "name": "Workplace",
4 "version": "1.0.0", 4 "version": "1.1.1",
5 "description": "Workplace by facebook", 5 "description": "Workplace by facebook",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Rico Herwig <rherwig4711@gmail.com>", 7 "author": "Rico Herwig <rherwig4711@gmail.com>, Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://{teamId}.facebook.com/chat", 10 "serviceURL": "https://{teamId}.workplace.com/chat",
11 "hasNotificationSound": true, 11 "hasNotificationSound": true,
12 "hasDirectMessages": true, 12 "hasDirectMessages": true,
13 "hasTeamId": true, 13 "hasTeamId": true,
14 "urlInputSuffix": ".facebook.com" 14 "urlInputSuffix": ".workplace.com"
15 } 15 }
16 } \ No newline at end of file 16 }