aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/telegram/package.json
blob: 15fcaf74579152eda325325776e78d0ca100b258 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "telegram",
  "name": "Telegram",
  "version": "3.0.1",
  "description": "Telegram",
  "main": "index.js",
  "author": "Stefan Malzner <stefan@adlk.io>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://web.telegram.org",
    "hasDirectMessages": true,
    "hasNotificationSound": true
  }
}