From aff47bbbed04ce5b95439f7881bbea62021b173b Mon Sep 17 00:00:00 2001 From: Vijay A Date: Wed, 22 Sep 2021 05:42:17 +0530 Subject: feature: Add new recipe for 'stackoverflow-chat' (fixes #718) --- recipes/stackoverflow-chat/package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/stackoverflow-chat/package.json (limited to 'recipes/stackoverflow-chat/package.json') 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 @@ +{ + "id": "stackoverflow-chat", + "name": "Stackoverflow chat", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://chat.stackoverflow.com/", + "hasNotificationSound": true + } +} -- cgit v1.2.3-70-g09d2