mirror of
https://github.com/chenasraf/nextcloud-autocurrency.git
synced 2026-05-17 17:28:06 +00:00
50 lines
2.2 KiB
XML
50 lines
2.2 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>0.7.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>
|
|
<dependencies>
|
|
<nextcloud min-version="29" max-version="31"/>
|
|
</dependencies>
|
|
<background-jobs>
|
|
<job>OCA\AutoCurrency\Cron\FetchCurrenciesJob</job>
|
|
</background-jobs>
|
|
<settings>
|
|
<admin>OCA\AutoCurrency\Settings\CurrencyAdmin</admin>
|
|
<admin-section>OCA\AutoCurrency\Sections\CurrencyAdmin</admin-section>
|
|
</settings>
|
|
</info>
|