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