aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/steamchat/package.json
blob: 27cd370d7289e97ff90d202124dc01793e146162 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "steamchat",
  "name": "SteamChat",
  "version": "1.1.4",
  "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
  }
}