diff --git a/modules/Pinta.php b/modules/Pinta.php new file mode 100644 index 0000000..bf5cde0 --- /dev/null +++ b/modules/Pinta.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/PintaProject/Pinta/releases/latest')) + return $this->parse_json('name'); + return false; + } +} + +?>