From 3d768ae75914253e28af69e2afbadf4e3c992983 Mon Sep 17 00:00:00 2001 From: shuvashish76 Date: Wed, 3 May 2023 19:48:04 +0530 Subject: [PATCH] Add suggestions for password managers Signed-off-by: shuvashish76 --- suggestions/password_managers.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 suggestions/password_managers.json diff --git a/suggestions/password_managers.json b/suggestions/password_managers.json new file mode 100644 index 0000000..152193c --- /dev/null +++ b/suggestions/password_managers.json @@ -0,0 +1,8 @@ +[ + { + "id": "com.x8bit.bitwarden", + "label": "Bitwarden", + "source": "g", + "repo": "https://github.com/bitwarden/mobile" + } +]