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; + } +} + +?>