aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/stackoverflow-chat/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-22 05:42:17 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-22 05:44:29 +0530
commitaff47bbbed04ce5b95439f7881bbea62021b173b (patch)
tree18ccc35ea6a89d7c6aa9344320b957003295fcdf /recipes/stackoverflow-chat/package.json
parentchore: allow self-hosted option for kimai-cloud service. (diff)
downloadferdium-recipes-aff47bbbed04ce5b95439f7881bbea62021b173b.tar.gz
ferdium-recipes-aff47bbbed04ce5b95439f7881bbea62021b173b.tar.zst
ferdium-recipes-aff47bbbed04ce5b95439f7881bbea62021b173b.zip
feature: Add new recipe for 'stackoverflow-chat'
(fixes #718)
Diffstat (limited to 'recipes/stackoverflow-chat/package.json')
-rw-r--r--recipes/stackoverflow-chat/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/stackoverflow-chat/package.json b/recipes/stackoverflow-chat/package.json
new file mode 100644
index 0000000..688db65
--- /dev/null
+++ b/recipes/stackoverflow-chat/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "stackoverflow-chat",
3 "name": "Stackoverflow chat",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://chat.stackoverflow.com/",
8 "hasNotificationSound": true
9 }
10}