Skip to content

Commit

Permalink
Add Homebox foundation app (#656)
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Torhan <[email protected]>
  • Loading branch information
m-torhan authored Jan 24, 2024
1 parent aea2dec commit 3301d88
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Homebox/Homebox.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\Homebox;

class Homebox extends \App\SupportedApps {

Check failure on line 3 in Homebox/Homebox.php

View workflow job for this annotation

GitHub Actions / Lint Code Base

Class App\SupportedApps\Homebox\Homebox extends unknown class App\SupportedApps.

}
10 changes: 10 additions & 0 deletions Homebox/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "6a78706ccf3aece7d610edbd9da8b62e51215b6b",
"name": "Homebox",
"website": "https://hay-kot.github.io/homebox/",
"license": "GNU Affero General Public License v3.0 only",
"description": "Homebox is the inventory and organization system built for the Home User! With a focus on simplicity and ease of use, Homebox is the perfect solution for your home inventory, organization, and management needs.",
"enhanced": false,
"tile_background": "dark",
"icon": "homebox.svg"
}
11 changes: 11 additions & 0 deletions Homebox/homebox.svg
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 3301d88

Please sign in to comment.