aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cinny/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cinny/package.json')
-rw-r--r--recipes/cinny/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/cinny/package.json b/recipes/cinny/package.json
new file mode 100644
index 0000000..5250882
--- /dev/null
+++ b/recipes/cinny/package.json
@@ -0,0 +1,17 @@
1{
2 "id": "cinny",
3 "name": "Cinny",
4 "version": "1.0.0",
5 "license": "MIT",
6 "aliases": [
7 "Matrix"
8 ],
9 "config": {
10 "serviceURL": "https://app.cinny.in/",
11 "hasCustomUrl": true,
12 "message": "Cinny's default URL is https://app.cinny.in/",
13 "hasNotificationSound": true,
14 "hasDirectMessages": true,
15 "hasIndirectMessages": true
16 }
17}