From 2828830d161a471c78171e1ed731da50e7b0b687 Mon Sep 17 00:00:00 2001 From: Lucas Araujo Date: Wed, 10 Sep 2025 08:42:53 +0200 Subject: [PATCH] feat: add Servas app support with PHP class and assets Add new supported application Servas including: - PHP class extending SupportedApps - App metadata in app.json - SVG icon for display --- Servas/Servas.php | 7 +++++++ Servas/app.json | 10 ++++++++++ Servas/servas.svg | 19 +++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 Servas/Servas.php create mode 100644 Servas/app.json create mode 100644 Servas/servas.svg diff --git a/Servas/Servas.php b/Servas/Servas.php new file mode 100644 index 0000000000..32a620e5ea --- /dev/null +++ b/Servas/Servas.php @@ -0,0 +1,7 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file