aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/drive/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 16:22:08 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-12 10:52:08 +0000
commit149217d5c5d4ecda76f36833de8dffbbf72c8e19 (patch)
treefbb8a700de7d3fa4aaadab86c353e7c916fe6926 /recipes/drive/package.json
parentNew recipe: 'coinbase' (#697) (diff)
downloadferdium-recipes-149217d5c5d4ecda76f36833de8dffbbf72c8e19.tar.gz
ferdium-recipes-149217d5c5d4ecda76f36833de8dffbbf72c8e19.tar.zst
ferdium-recipes-149217d5c5d4ecda76f36833de8dffbbf72c8e19.zip
New recipe: 'drive' (#698)
Diffstat (limited to 'recipes/drive/package.json')
-rw-r--r--recipes/drive/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/drive/package.json b/recipes/drive/package.json
new file mode 100644
index 0000000..dd936f1
--- /dev/null
+++ b/recipes/drive/package.json
@@ -0,0 +1,11 @@
1{
2 "id": "drive",
3 "name": "Drive",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/gaspergrom/Franz-services",
7 "config": {
8 "serviceURL": "https://drive.google.com",
9 "hasNotificationSound": true
10 }
11}