aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/steamchat/package.json
diff options
context:
space:
mode:
authorLibravatar Feiko Joosten <feiko_joosten@hotmail.com>2020-04-21 20:12:43 +0200
committerLibravatar GitHub <noreply@github.com>2020-04-21 18:12:43 +0000
commitac2accdf5c799852f243e86bf44d6e2b398f9032 (patch)
treec393d317fccd80f2f74e2ea3aa272d757f5a3890 /uncompressed/steamchat/package.json
parentFix notifications for Trello (#123) (diff)
downloadferdium-recipes-ac2accdf5c799852f243e86bf44d6e2b398f9032.tar.gz
ferdium-recipes-ac2accdf5c799852f243e86bf44d6e2b398f9032.tar.zst
ferdium-recipes-ac2accdf5c799852f243e86bf44d6e2b398f9032.zip
Fixes notifications for Steamchat (#121)
- Fixes an issue where notifications for Steamchat weren't properly detected - Adds support for indirect notifications
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}