aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/keybase.io/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-06-19 20:24:53 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-06-19 14:55:17 +0000
commit8fa4beaf8c74cf323d878d7ef19badf3460367a5 (patch)
treef72cd6c665225d2c14e420fd31c42c5adbb43284 /recipes/keybase.io/package.json
parentAdded new service: line.me (fixes #560) (diff)
downloadferdium-recipes-8fa4beaf8c74cf323d878d7ef19badf3460367a5.tar.gz
ferdium-recipes-8fa4beaf8c74cf323d878d7ef19badf3460367a5.tar.zst
ferdium-recipes-8fa4beaf8c74cf323d878d7ef19badf3460367a5.zip
Added new service: keybase.io (fixes #427)
Diffstat (limited to 'recipes/keybase.io/package.json')
-rw-r--r--recipes/keybase.io/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/keybase.io/package.json b/recipes/keybase.io/package.json
new file mode 100644
index 0000000..6fa036c
--- /dev/null
+++ b/recipes/keybase.io/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "keybase.io",
3 "name": "Keybase",
4 "version": "1.0.0",
5 "description": "Keybase recipe for Franz",
6 "main": "index.js",
7 "author": "Vijay Raghavan Aravamudhan <avijayr@protonmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://keybase.io/login",
11 "hasNotificationSound": true
12 }
13}