Skip to content

Commit

Permalink
Add Actual app (#771)
Browse files Browse the repository at this point in the history
* Add Actual app

Actual - a.k.a. actual-budget

* Replace actual image with smaller one
  • Loading branch information
gio8tisu committed Sep 1, 2024
1 parent 38a2cd4 commit ae717b7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Actual/Actual.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\Actual;

class Actual extends \App\SupportedApps
{
}
Binary file added Actual/actual.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions Actual/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "50f46198a1bd51840547aee34fc045921e43d4c6",
"name": "Actual",
"website": "https://actualbudget.org/",
"license": "MIT License",
"description": "A local-first personal finance app",
"enhanced": false,
"tile_background": "light",
"icon": "actual.png"
}

0 comments on commit ae717b7

Please sign in to comment.