aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/steamchat/package.json
blob: 06c0015e2e04c4c2e62ea22cc02571a889154c0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "steamchat",
  "name": "SteamChat",
  "version": "1.1.3",
  "description": "Steam Chat",
  "main": "index.js",
  "author": "Kevin Oestmark <yo@kevin.am>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://steamcommunity.com/chat",
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": true
  }
}