Skip to content

Commit 971ec63

Browse files
author
Michael Hlas
committed
Add AirTrail app
1 parent 614e103 commit 971ec63

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

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/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+
}

AirTrail/favicon.png

527 Bytes
Loading

0 commit comments

Comments
 (0)