Skip to content

Commit

Permalink
added ITTools
Browse files Browse the repository at this point in the history
  • Loading branch information
HWienhold authored and mvdkleijn committed Oct 26, 2024
1 parent 39f242e commit ba0d30e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ITTools/ITTools.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\ITTools;

class ITTools extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions ITTools/app.json
Original file line number Diff line number Diff line change
@@ -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"
}
Binary file added ITTools/ittools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba0d30e

Please sign in to comment.