Skip to content

Commit

Permalink
Merge pull request #751 from HWienhold/feat/kitchenowl
Browse files Browse the repository at this point in the history
added kitchenOwl foundation
  • Loading branch information
mvdkleijn authored Jun 22, 2024
2 parents 2a01580 + c12302e commit 6b1312b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions KitchenOwl/KitchenOwl.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\KitchenOwl;

class KitchenOwl extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions KitchenOwl/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "1ea9ab2aad220f9bfce41a078ef59fbdfc88ff90",
"name": "KitchenOwl",
"website": "https://kitchenowl.org/",
"license": "GNU Affero General Public License v3.0 only",
"description": "KitchenOwl is a smart self-hosted grocery list and recipe manager. Easily manage shopping lists and track your expenses so you know how much you've spent.",
"enhanced": false,
"tile_background": "dark",
"icon": "kitchenowl.png"
}
Binary file added KitchenOwl/kitchenowl.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 6b1312b

Please sign in to comment.