Skip to content

Commit c2ea22a

Browse files
authored
Merge pull request #752 from hasecilu/feat/hortusfox
Add HortusFox foundation app
2 parents 13b9c73 + b39de29 commit c2ea22a

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

HortusFox/HortusFox.php

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

HortusFox/app.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "a52d4087451d21d48630f5aca0d48dea56af9954",
3+
"name": "HortusFox",
4+
"website": "https://www.hortusfox.com/",
5+
"license": "MIT License",
6+
"description": "Self-hosted collaborative plant management system for your local environment.",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "hortusfox.png"
10+
}

HortusFox/hortusfox.png

10.2 KB
Loading

0 commit comments

Comments
 (0)