Files

62 lines
2.7 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<!--
SPDX-FileCopyrightText: Chen Asraf <contact@casraf.dev>
SPDX-License-Identifier: CC0-1.0
-->
<id>autocurrency</id>
<name>Auto Currency for Cospend</name>
<summary>Automatically fills the currency rates for your Cospend projects daily.</summary>
<description><![CDATA[
This NextCloud app automatically fetches currency information for your Cospend projects, and fills
them up using the main currency as base. No more manually updating exchange rates!
You can also view the history of currency rates fetched in the past, and see how they changed over time.
It will automatically run once a day by default and use your currency names to fetch the correct
rate.
Interval for fetch may be adjusted in the admin settings "Auto Currency" section.
> **Note**: This is a companion app to [Cospend](https://apps.nextcloud.com/apps/cospend).
>
> Without Cospend, this app will not work.
]]></description>
<version>1.8.0</version>
<licence>agpl</licence>
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
<namespace>AutoCurrency</namespace>
<documentation>
<user>https://github.com/chenasraf/nextcloud-autocurrency/blob/master/README.md</user>
<admin>https://github.com/chenasraf/nextcloud-autocurrency#installation</admin>
<developer>https://github.com/chenasraf/nextcloud-autocurrency#development</developer>
</documentation>
<category>organization</category>
<category>tools</category>
<website>https://github.com/chenasraf/nextcloud-autocurrency</website>
<bugs>https://github.com/chenasraf/nextcloud-autocurrency/issues</bugs>
<repository>https://github.com/chenasraf/nextcloud-autocurrency</repository>
<screenshot>https://raw.githubusercontent.com/chenasraf/nextcloud-autocurrency/refs/heads/master/promo.png</screenshot>
<donation>https://ko-fi.com/casraf</donation>
<donation type="paypal"><![CDATA[https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TSH3C3ABGQM22&currency_code=ILS&source=url]]></donation>
<dependencies>
<nextcloud min-version="29" max-version="33"/>
</dependencies>
<background-jobs>
<job>OCA\AutoCurrency\Cron\FetchCurrenciesJob</job>
</background-jobs>
<commands>
<command>OCA\AutoCurrency\Command\FetchCurrencies</command>
</commands>
<settings>
<admin>OCA\AutoCurrency\Settings\AdminSettings</admin>
<admin-section>OCA\AutoCurrency\Sections\AdminSection</admin-section>
<personal>OCA\AutoCurrency\Settings\UserSettings</personal>
<personal-section>OCA\AutoCurrency\Sections\UserSection</personal-section>
</settings>
</info>