From 7152649d179942fcbc1c7b79b76d7834ff4d430d Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 14 May 2021 23:26:50 +0200 Subject: [PATCH] Add Bitwarden Web Vault --- modules/BitwardenWeb.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/BitwardenWeb.php diff --git a/modules/BitwardenWeb.php b/modules/BitwardenWeb.php new file mode 100644 index 0000000..f82cef2 --- /dev/null +++ b/modules/BitwardenWeb.php @@ -0,0 +1,15 @@ +patch->setBranch('Web Vault'); + } + function check() : bool { + if ($this->fetch_json('https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>