aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dropbox/package.json
diff options
context:
space:
mode:
authorLibravatar Tania R. Zúñiga <25267490+TanZng@users.noreply.github.com>2021-10-13 18:39:13 -0500
committerLibravatar GitHub <noreply@github.com>2021-10-14 05:09:13 +0530
commitb5ee4c5549125c1fdc61ad3f0f19f759f6bb5647 (patch)
tree989751e86baa63803be18c4a574088fe4a150a30 /recipes/dropbox/package.json
parentMerged 'drive' into 'googledrive' recipe. (fixes #2055) (diff)
downloadferdium-recipes-b5ee4c5549125c1fdc61ad3f0f19f759f6bb5647.tar.gz
ferdium-recipes-b5ee4c5549125c1fdc61ad3f0f19f759f6bb5647.tar.zst
ferdium-recipes-b5ee4c5549125c1fdc61ad3f0f19f759f6bb5647.zip
Add Dropbox recipe #369 (#739)
Diffstat (limited to 'recipes/dropbox/package.json')
-rw-r--r--recipes/dropbox/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/dropbox/package.json b/recipes/dropbox/package.json
new file mode 100644
index 0000000..f8df28b
--- /dev/null
+++ b/recipes/dropbox/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "dropbox",
3 "name": "Dropbox",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://www.dropbox.com/home",
8 "hasIndirectMessages": true
9 }
10}