Skip to content

Commit

Permalink
Add Memos foundation app (#670)
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Torhan <maciek97x@gmail.com>
  • Loading branch information
m-torhan committed Jan 24, 2024
1 parent 9764386 commit 094598a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Memos/Memos.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\Memos;

class Memos extends \App\SupportedApps {

Check failure on line 3 in Memos/Memos.php

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

}
10 changes: 10 additions & 0 deletions Memos/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "3c4f323e2395d13e8c7ddc138b14dd34956978c6",
"name": "Memos",
"website": "https://github.com/usememos/memos",
"license": "MIT License",
"description": "A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.",
"enhanced": false,
"tile_background": "light",
"icon": "memos.png"
}
Binary file added Memos/memos.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 094598a

Please sign in to comment.