aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dialpad/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 13:24:51 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-12 07:54:51 +0000
commit6d520ff1ddb74e7257e1d943f8e91117079db675 (patch)
tree541a784f0c249a1b1ddf29fcac44834752d223da /recipes/dialpad/package.json
parentNew recipe: 'teamweek' (#694) (diff)
downloadferdium-recipes-6d520ff1ddb74e7257e1d943f8e91117079db675.tar.gz
ferdium-recipes-6d520ff1ddb74e7257e1d943f8e91117079db675.tar.zst
ferdium-recipes-6d520ff1ddb74e7257e1d943f8e91117079db675.zip
New recipe: 'dialpad' (#695)
Diffstat (limited to 'recipes/dialpad/package.json')
-rw-r--r--recipes/dialpad/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/dialpad/package.json b/recipes/dialpad/package.json
new file mode 100644
index 0000000..d2a97d2
--- /dev/null
+++ b/recipes/dialpad/package.json
@@ -0,0 +1,11 @@
1{
2 "id": "dialpad",
3 "name": "Dialpad",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/TheKevJames/franz-recipe-dialpad",
7 "config": {
8 "serviceURL": "https://dialpad.com/app",
9 "hasNotificationSound": true
10 }
11}