From 17ee5a96ab438ac2bf3180556e05dd056b23eac8 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 4 Feb 2022 22:58:51 +0100 Subject: [PATCH] Add Flameshot --- modules/Flameshot.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Flameshot.php diff --git a/modules/Flameshot.php b/modules/Flameshot.php new file mode 100644 index 0000000..38c3bcb --- /dev/null +++ b/modules/Flameshot.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/flameshot-org/flameshot/releases')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>