mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
* update desktop app screenshots to meet quality guidelines * better comply with flathub quality guidelines * screenshot updates
62 lines
3.6 KiB
XML
62 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop">
|
|
<id>com.actualbudget.actual</id>
|
|
<name>Actual Budget</name>
|
|
<summary>Your Finances made simple</summary>
|
|
<metadata_license>MIT</metadata_license>
|
|
<project_license>MIT</project_license>
|
|
<content_rating type="oars-1.0" />
|
|
<description>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
</description>
|
|
<branding>
|
|
<!-- For Flathub Banners - https://docs.flathub.org/banner-preview/-->
|
|
<!-- purple100 -->
|
|
<color type="primary" scheme_preference="light">#f2ebfe</color>
|
|
<!-- bit darker than our purple900 for contrast -->
|
|
<color type="primary" scheme_preference="dark">#270241</color>
|
|
</branding>
|
|
<launchable type="desktop-id">com.actualbudget.actual.desktop</launchable>
|
|
<url type="homepage">https://actualbudget.org/</url>
|
|
<url type="bugtracker">https://github.com/actualbudget/actual/issues</url>
|
|
<url type="vcs-browser">https://github.com/actualbudget/actual</url>
|
|
<recommends>
|
|
<control>keyboard</control>
|
|
<control>pointing</control>
|
|
<control>touch</control>
|
|
</recommends>
|
|
<screenshots>
|
|
<screenshot type="default" environment="gnome">
|
|
<image type="source">https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/budget-gnome-light.png</image>
|
|
<caption>Budget screen</caption>
|
|
</screenshot>
|
|
<screenshot environment="gnome">
|
|
<image type="source">https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/transactions-gnome-light.png</image>
|
|
<caption>Transactions screen</caption>
|
|
</screenshot>
|
|
<screenshot environment="gnome">
|
|
<image type="source">https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/schedules-gnome-light.png</image>
|
|
<caption>Schedules screen</caption>
|
|
</screenshot>
|
|
<screenshot environment="gnome">
|
|
<image type="source">https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/reports-gnome-light.png</image>
|
|
<caption>Reports screen</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
<releases>
|
|
<release version="%RELEASE_VERSION%" date="%RELEASE_DATE%">
|
|
<url>https://actualbudget.org/docs/releases</url>
|
|
<description>
|
|
<p>Check out the full release notes on our website.</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
|
|
<developer id="com.actualbudget">
|
|
<name>Actual Core Contributors</name>
|
|
</developer>
|
|
<update_contact>dev@actualbudget.org</update_contact>
|
|
</component>
|