Skip to content

Commit ae717b7

Browse files
authoredSep 1, 2024··
Add Actual app (#771)
* Add Actual app Actual - a.k.a. actual-budget * Replace actual image with smaller one
1 parent 38a2cd4 commit ae717b7

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
 

‎Actual/Actual.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\Actual;
4+
5+
class Actual extends \App\SupportedApps
6+
{
7+
}

‎Actual/actual.png

3.01 KB
Loading

‎Actual/app.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "50f46198a1bd51840547aee34fc045921e43d4c6",
3+
"name": "Actual",
4+
"website": "https://actualbudget.org/",
5+
"license": "MIT License",
6+
"description": "A local-first personal finance app",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "actual.png"
10+
}

0 commit comments

Comments
 (0)
Please sign in to comment.