From 444c1764c14ff7a286bc7d42f258b8210d75c831 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Thu, 14 May 2026 23:31:45 +0200 Subject: [PATCH] Add Super Productivity --- modules/SuperProductivity.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/SuperProductivity.php diff --git a/modules/SuperProductivity.php b/modules/SuperProductivity.php new file mode 100644 index 0000000..0d013f2 --- /dev/null +++ b/modules/SuperProductivity.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/super-productivity/super-productivity/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>