including some more dashboard components

This commit is contained in:
2026-03-05 06:34:27 +01:00
parent f03ec900c6
commit 7d8c36a771
57 changed files with 1694 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace App\SupportedApps\ITTools;
class ITTools extends \App\SupportedApps
{
}

View File

@@ -0,0 +1,10 @@
{
"appid": "b5f16344632fdfe68391a2dc3816ee0edbb1813c",
"name": "IT-Tools",
"website": "https://it-tools.tech/",
"license": "GNU General Public License v3.0 only",
"description": "Useful tools for developer and people working in IT.",
"enhanced": false,
"tile_background": "light",
"icon": "ittools.png"
}