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