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