aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/telegram/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/telegram/package.json')
-rw-r--r--recipes/telegram/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/telegram/package.json b/recipes/telegram/package.json
new file mode 100644
index 0000000..a169b8d
--- /dev/null
+++ b/recipes/telegram/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "telegram",
3 "name": "Telegram",
4 "version": "3.0.0",
5 "description": "Telegram",
6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://web.telegram.org",
11 "hasDirectMessages": true,
12 "hasNotificationSound": true
13 }
14}