aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cinny/package.json
diff options
context:
space:
mode:
authorLibravatar JP Roemer <jp@roemer.im>2022-10-03 18:07:01 +0200
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-10-04 07:51:50 +0000
commit2e7b17768f679cd94352d0f544e8f95966f3c894 (patch)
treefdf83b9cf6784d5e0c761848fe75d5db14d530a1 /recipes/cinny/package.json
parentFix for 39c3f6 failing build (diff)
downloadferdium-recipes-2e7b17768f679cd94352d0f544e8f95966f3c894.tar.gz
ferdium-recipes-2e7b17768f679cd94352d0f544e8f95966f3c894.tar.zst
ferdium-recipes-2e7b17768f679cd94352d0f544e8f95966f3c894.zip
Add Cinny.in recipe
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}