mirror of
https://github.com/chenasraf/nextcloud-autocurrency.git
synced 2026-05-17 17:28:06 +00:00
62 lines
2.7 KiB
XML
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><.
|
|
>
|
|
> 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¤cy_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>
|