aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bitwarden/package.json
diff options
context:
space:
mode:
authorLibravatar Maitre_Oda <oda.alexandre31@gmail.com>2021-08-28 13:05:52 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-28 16:35:52 +0530
commit95c3365e63e4772013d97ca09a88d7ddcf7c4b44 (patch)
treedee4063ce56728b1e91dac61fb83eb7e13a6b0e0 /recipes/bitwarden/package.json
parentNew recipe: google-translate (#642) (diff)
downloadferdium-recipes-95c3365e63e4772013d97ca09a88d7ddcf7c4b44.tar.gz
ferdium-recipes-95c3365e63e4772013d97ca09a88d7ddcf7c4b44.tar.zst
ferdium-recipes-95c3365e63e4772013d97ca09a88d7ddcf7c4b44.zip
New recipe: bitwarden (#647)
Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
Diffstat (limited to 'recipes/bitwarden/package.json')
-rw-r--r--recipes/bitwarden/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/bitwarden/package.json b/recipes/bitwarden/package.json
new file mode 100644
index 0000000..294adf4
--- /dev/null
+++ b/recipes/bitwarden/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "bitwarden",
3 "name": "Bitwarden",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://vault.bitwarden.com",
8 "hasCustomUrl": true
9 }
10}