aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/intercom/package.json
diff options
context:
space:
mode:
authorLibravatar Guillaume RODRIGUEZ <guiguidu31300@gmail.com>2021-01-05 22:56:20 +0100
committerLibravatar GitHub <noreply@github.com>2021-01-05 22:56:20 +0100
commit4f6eee0182a9250f4cdb8aab3e04868286d5c5ce (patch)
treeba6277f525ee8657bcf627741cea5935010d1184 /recipes/intercom/package.json
parentUpdate the Google Calendar icon (#400) (diff)
downloadferdium-recipes-4f6eee0182a9250f4cdb8aab3e04868286d5c5ce.tar.gz
ferdium-recipes-4f6eee0182a9250f4cdb8aab3e04868286d5c5ce.tar.zst
ferdium-recipes-4f6eee0182a9250f4cdb8aab3e04868286d5c5ce.zip
Add Intercom recipe (#390)
Diffstat (limited to 'recipes/intercom/package.json')
-rw-r--r--recipes/intercom/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/intercom/package.json b/recipes/intercom/package.json
new file mode 100644
index 0000000..10f2f60
--- /dev/null
+++ b/recipes/intercom/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "intercom",
3 "name": "Intercom",
4 "version": "1.0.0",
5 "description": "Adds support for Intercom",
6 "main": "index.js",
7 "author": "DJ Walker <donwalker1987@gmail.com>",
8 "license": "MIT",
9 "repository": "",
10 "config": {
11 "serviceURL": "https://app.intercom.io/",
12 "hasNotificationSound": true
13 }
14 } \ No newline at end of file