Skip to content

Commit

Permalink
Merge pull request #752 from hasecilu/feat/hortusfox
Browse files Browse the repository at this point in the history
Add HortusFox foundation app
  • Loading branch information
mvdkleijn committed Jun 29, 2024
2 parents 13b9c73 + b39de29 commit c2ea22a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HortusFox/HortusFox.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\HortusFox;

class HortusFox extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions HortusFox/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "a52d4087451d21d48630f5aca0d48dea56af9954",
"name": "HortusFox",
"website": "https://www.hortusfox.com/",
"license": "MIT License",
"description": "Self-hosted collaborative plant management system for your local environment.",
"enhanced": false,
"tile_background": "dark",
"icon": "hortusfox.png"
}
Binary file added HortusFox/hortusfox.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 c2ea22a

Please sign in to comment.