aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/thelounge/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/thelounge/package.json')
-rw-r--r--recipes/thelounge/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/thelounge/package.json b/recipes/thelounge/package.json
new file mode 100644
index 0000000..c5f8fc1
--- /dev/null
+++ b/recipes/thelounge/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "thelounge",
3 "name": "The Lounge",
4 "version": "1.0.0",
5 "description": "The Lounge - Self-hosted web IRC client",
6 "main": "index.js",
7 "author": "Jonathan Juursema <dev@jonathanj.nl>",
8 "license": "MIT",
9 "config": {
10 "hasCustomUrl": true,
11 "hasNotificationSound": true,
12 "hasIndirectMessages": true
13 }
14}