Skip to content

Commit ba0d30e

Browse files
HWienholdmvdkleijn
authored andcommitted
added ITTools
1 parent 39f242e commit ba0d30e

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

ITTools/ITTools.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\ITTools;
4+
5+
class ITTools extends \App\SupportedApps
6+
{
7+
}

ITTools/app.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "b5f16344632fdfe68391a2dc3816ee0edbb1813c",
3+
"name": "IT-Tools",
4+
"website": "https://it-tools.tech/",
5+
"license": "GNU General Public License v3.0 only",
6+
"description": "Useful tools for developer and people working in IT.",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "ittools.png"
10+
}

ITTools/ittools.png

6.72 KB
Loading

0 commit comments

Comments
 (0)