aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zoom/package.json
diff options
context:
space:
mode:
authorLibravatar pesader <65264536+pesader@users.noreply.github.com>2022-02-16 08:31:29 -0300
committerLibravatar GitHub <noreply@github.com>2022-02-16 12:31:29 +0100
commit1d23d2b2c9ad0e815b40220559aef82048ff7fda (patch)
tree9d44bcdcd866776578e6ad16bba3e1aa86eab87d /recipes/zoom/package.json
parentdocs: add pesader as a contributor for code (#832) (diff)
downloadferdium-recipes-1d23d2b2c9ad0e815b40220559aef82048ff7fda.tar.gz
ferdium-recipes-1d23d2b2c9ad0e815b40220559aef82048ff7fda.tar.zst
ferdium-recipes-1d23d2b2c9ad0e815b40220559aef82048ff7fda.zip
Add Zoom recipe (#827)
Diffstat (limited to 'recipes/zoom/package.json')
-rw-r--r--recipes/zoom/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/zoom/package.json b/recipes/zoom/package.json
new file mode 100644
index 0000000..ecaf20c
--- /dev/null
+++ b/recipes/zoom/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "zoom",
3 "name": "Zoom",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://zoom.us/join",
8 "hasNotificationSound": true
9 }
10}