|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <component type="desktop"> |
3 | 3 | <id>com.actualbudget.actual</id> |
4 | | - <name>Actual</name> |
5 | | - <summary>A local-first personal finance app</summary> |
| 4 | + <name>Actual Budget</name> |
| 5 | + <summary>Your Finances - made simple</summary> |
6 | 6 | <metadata_license>MIT</metadata_license> |
7 | 7 | <project_license>MIT</project_license> |
8 | 8 | <content_rating type="oars-1.0" /> |
9 | 9 | <description> |
10 | | - <p>Actual Budget is a super fast and privacy-focused app for managing your finances. At its heart is the well proven and much loved Envelope Budgeting methodology.</p> |
11 | | - <p>You own your data and can do whatever you want with it. Featuring multi-device sync, optional end-to-end encryption and so much more.</p> |
| 10 | + <p>Actual Budget is a fast, privacy-focused finance app based on the Envelope Budgeting method. It prioritizes user control, allowing you to manage your data independently with multi-device sync and optional end-to-end encryption. The app emphasizes user involvement over automation, offering quick, intuitive tools while keeping you in charge of your financial decisions.</p> |
| 11 | + <p>Designed for speed, Actual Budget has a streamlined interface that minimizes distractions, making it easy to navigate your finances. It operates locally, ensuring functionality without a network connection while syncing data across devices. This local-first approach also enhances privacy through end-to-end encryption.</p> |
| 12 | + <p>The budgeting system is grounded in real income, helping you track spending and savings accurately. The app simplifies managing transactions with a minimal, efficient interface, supporting features like split transactions and transfers. Additionally, Actual Budget offers customizable reports alongside default net worth and cash flow reports, enabling users to analyze your finances in a way that suits you.</p> |
12 | 13 | </description> |
13 | 14 | <launchable type="desktop-id">com.actualbudget.actual.desktop</launchable> |
14 | 15 | <url type="homepage">https://actualbudget.org/</url> |
|
22 | 23 | <control>touch</control> |
23 | 24 | </recommends> |
24 | 25 | <screenshots> |
25 | | - <screenshot type="default"> |
26 | | - <image>https://github.com/actualbudget/actual/raw/master/demo.png</image> |
| 26 | + <screenshot type="default" environment="gnome:dark"> |
| 27 | + <image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/budget-gnome-dark.png</image> |
| 28 | + <caption>Budget screen (dark theme)</caption> |
| 29 | + </screenshot> |
| 30 | + <screenshot environment="gnome"> |
| 31 | + <image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/budget-gnome-light.png</image> |
| 32 | + <caption>Budget screen (light theme)</caption> |
| 33 | + </screenshot> |
| 34 | + <screenshot environment="gnome:dark"> |
| 35 | + <image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/transactions-gnome-dark.png</image> |
| 36 | + <caption>Transactions screen (dark theme)</caption> |
| 37 | + </screenshot> |
| 38 | + <screenshot environment="gnome"> |
| 39 | + <image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/transactions-gnome-light.png</image> |
| 40 | + <caption>Transactions screen (light theme)</caption> |
| 41 | + </screenshot> |
| 42 | + <screenshot environment="gnome:dark"> |
| 43 | + <image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/schedules-gnome-dark.png</image> |
| 44 | + <caption>Schedules screen (dark theme)</caption> |
| 45 | + </screenshot> |
| 46 | + <screenshot environment="gnome"> |
| 47 | + <image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/schedules-gnome-light.png</image> |
| 48 | + <caption>Schedules screen (light theme)</caption> |
| 49 | + </screenshot> |
| 50 | + <screenshot environment="gnome:dark"> |
| 51 | + <image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/reports-gnome-dark.png</image> |
| 52 | + <caption>Reports screen (dark theme)</caption> |
| 53 | + </screenshot> |
| 54 | + <screenshot environment="gnome"> |
| 55 | + <image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/reports-gnome-light.png</image> |
| 56 | + <caption>Reports screen (light theme)</caption> |
27 | 57 | </screenshot> |
28 | 58 | </screenshots> |
29 | 59 | <releases> |
|
0 commit comments