Skip to content

Commit b47557b

Browse files
mhlas7Michael Hlasmvdkleijn
authored
Add AirTrail app (#831)
* Add AirTrail app * Fix space * Add AirTrail app * Rename airtrail.php to AirTrail.php * Rename php and png --------- Co-authored-by: Michael Hlas <[email protected]> Co-authored-by: Martijn van der Kleijn <[email protected]>
1 parent b2672c4 commit b47557b

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

AirTrail/AirTrail.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\AirTrail;
4+
5+
class AirTrail extends \App\SupportedApps
6+
{
7+
}

AirTrail/AirTrail.png

527 Bytes
Loading

AirTrail/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "6cc9df46f8a7ee3bf8ce4d44555ee3cbef760535",
3+
"name": "AirTrail",
4+
"website": "https://airtrail.johan.ohly.dk/",
5+
"license": "GNU General Public License v3.0 only",
6+
"description": "A modern, open-source personal flight tracking system.",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "AirTrail.png"
10+
}

0 commit comments

Comments
 (0)