aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/steamchat/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/steamchat/package.json')
-rw-r--r--uncompressed/steamchat/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/uncompressed/steamchat/package.json b/uncompressed/steamchat/package.json
index 2563a61..6180284 100644
--- a/uncompressed/steamchat/package.json
+++ b/uncompressed/steamchat/package.json
@@ -1,13 +1,15 @@
1{ 1{
2 "id": "steamchat", 2 "id": "steamchat",
3 "name": "SteamChat", 3 "name": "SteamChat",
4 "version": "1.1.0", 4 "version": "1.1.1",
5 "description": "Steam Chat", 5 "description": "Steam Chat",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Kevin Oestmark <yo@kevin.am>", 7 "author": "Kevin Oestmark <yo@kevin.am>",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://steamcommunity.com/chat", 10 "serviceURL": "https://steamcommunity.com/chat",
11 "hasNotificationSound": true 11 "hasNotificationSound": true,
12 "hasDirectMessages": true,
13 "hasIndirectMessages": true
12 } 14 }
13} 15}